June 2, 2004
6:03 p.m.
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