[Python-Dev] Stackless Python

Christian Tismer tismer at stackless.com
Wed Jun 2 13:44:44 EDT 2004


Bob Ippolito wrote:

...

> In my quick attempt to do CSP on top of CPython threads I learned that:
> - It's not as easy as it sounds to get deterministic behavior out of 
> threads, and debugging threaded python apps is no fun.
> - When it does work, the performance sucks compared to Stackless.
> 
> Perhaps someone with more Python threading experience can prove me wrong?

I have spent almost three weeks to implement thread-aware
channels for Stackless in C, and I can tell you it was hard.
They are almost exactly 10 times slower than Stackless
channels, and it was not trivial, but once for all time. :-)

I think you are right! -- chris

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  mobile +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/




More information about the Python-Dev mailing list