On Thu, Feb 24, 2011 at 8:08 AM, Ramdas S <[email protected]> wrote:
> On Thu, Feb 24, 2011 at 1:58 AM, Dhananjay Nene 
> <[email protected]>wrote:
>
>> http://merbist.com/2011/02/22/concurrency-in-ruby-explained/
>>
>>
> nice one. I didn't quite follow some of the stuff. For eg:the fiber in Ruby,
> do we have something similar in Python?

I think the details may vary but at least at a high level stackless
python has the same intent with its micro threads. I remember Anand P.
also posting this link a while back to be able to implement similar
functionality in CPython
http://www.ibm.com/developerworks/library/l-pythrd.html

Dhananjay
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to