Re: multiple interpreters x multiple threads x multiple environments
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: multiple interpreters x multiple threads x multiple environments
- From: Norman Ramsey <nr@...>
- Date: 1997年9月22日 21:09:11 -0400
Those interested in simulating multiple threads on a uniprocessor might
want to check out the Threads chapter in Dave Hanson's book entitled
`C Interfaces and Implementations'. A Lua binding for Hanson's thread
primitives might be interesting...
Norman