From: Trans Date: 2008-08-20T15:26:40+09:00 Subject: Re: io-reactor 1.0.4 On Aug 19, 9:18 pm, "Tony Arcieri" wrote: > On Tue, Aug 19, 2008 at 6:37 PM, wrote: > > > Version 1.0.4 of IO-Reactor has been released. > > > IO-Reactor is a pure-Ruby implementation of an asynchronous multiplexed IO > > Reactor > > Just curious, what motivated you to write this?  I can't imagine it performs > very well (is it using IO.select?) and there are already two C-based Reactor > libraries available for Ruby that I know of: EventMachine and Rev. Michael's lib has been around for much longer than these others. I even distributed it with Facets for a while. I'm happy to see it has it's own solid project now. T.