concurrency in Python

Christian Tismer tismer at tismer.com
Sat Jan 29 10:05:42 EST 2000


gvwilson at my-deja.com wrote:
> 
> Hi.  I'm interested in hearing from anyone who's ever built a
> concurrency toolkit for Python that used a model other than
> threads + locks --- futures, tuple spaces, active expressions,
> concurrent aggregates, actors, or anything else.

I think you should have a look at Stackless Python that
comes with full-blown first class continuations.

http://www.tismer.com/research/stackless/

ciao - chris.stackless

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Düppelstr. 31                :    *Starship* http://starship.python.net
12163 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list