[BangPypers] Interesting post on Ruby concurrency model

Shekhar Tiwatne pythonic at gmail.com
Thu Feb 24 07:20:41 CET 2011


On Thursday 24 February 2011 08:08 AM, Ramdas S wrote:
> On Thu, Feb 24, 2011 at 1:58 AM, Dhananjay Nene<dhananjay.nene at gmail.com>wrote:
>
>> http://merbist.com/2011/02/22/concurrency-in-ruby-explained/
Good one. Thanks.
> nice one. I didn't quite follow some of the stuff. For eg:the fiber in Ruby,
> do we have something similar in Python?
Looking at some of the ruby articles, fibers looks conceptually similar 
to generator based co-routines in Python, especially using fiber.yield 
and cooperative scheduling.
Looking forward to what others have to say.

Shekhar


More information about the BangPypers mailing list