[Python-Dev] Stackless Python

"Martin v. Löwis" martin at v.loewis.de
Wed Jun 2 14:03:08 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.

You could have looked at JCSP for guidance.

> - When it does work, the performance sucks compared to Stackless.

So the performance of JCSP sucks as well? Then tasklets aren't
implementable in an acceptable way in Java?

Regards,
Martin




More information about the Python-Dev mailing list