From: mental@... Date: 2006-03-08T03:17:14+09:00 Subject: Re: Non-blocking KitchenSink Quoting Logan Capaldo : > On Mar 6, 2006, at 8:36 PM, Eric Hodel wrote: > > > read and select and accept only block the thread that calls > > that method since the core libraries wrap all that up for you. > > Cool I did not know that. Note that your C code needs to call the rb_* versions of select and read to get the benefit. -mental