[Python-Dev] Stackless Python
Michael Hudson
mwh at python.net
Wed Jun 2 05:46:31 EDT 2004
"Martin v. Löwis" <martin at v.loewis.de> writes:
> Bob Ippolito wrote:
>> Well the tasklet/channel model of Stackless is a single threaded
>> version of CSP, which has at least one Java implementation:
>> http://wotug.kent.ac.uk/parallel/languages/java/jcsp/
>
> However, JCSP uses java.lang.Threads to implement concurrency. So they
> are completely unlike Stackless' tasklets in their implementation
> strategy.
>
>> That, of course, doesn't cover every single function that the
>> Stackless API currently exposes, but tasklets/channels are the
>> raison d'etre.
>
> That sounds strange. I would have expected that the reason for Stackless
> Python is to have no stack, not to have tasklets.
*BZZZZZZZZZZT*!
:-)
Cheers,
mwh
--
First of all, email me your AOL password as a security measure. You
may find that won't be able to connect to the 'net for a while. This
is normal. The next thing to do is turn your computer upside down
and shake it to reboot it. -- Darren Tucker, asr
More information about the Python-Dev
mailing list