> -----Original Message----- > From: Bill Kelly [mailto:billk / cts.com] > Sent: Friday, March 11, 2005 12:55 PM > To: ruby-talk ML > Subject: nonblock extension for win32? > > > Howdy, > > I recall reading that an extension was available for > win32 to provide nonblocking IO support. I've searched > RAA but nothing turned up that sounded quite like what > I thought I remembered reading about. > > Is there such a beast? Does it work with pipes? > > One of my applications has an unusable feature on windows > at present, because I need a nonblocking way to read from > a pipe returned from popen(). Is there any nonblocking > way to accomplish this in win32 ruby? > > > Thanks for any help, > > Regards, > > Bill It was never released as a separate package on the RAA. It was a patch provided by Jean-Francois Nadeau. See ruby-core:3154. I believe it was merged into CVS already. So, you can either try building the latest CVS version, or manually apply that patch and rebuild. At least, I *think* this patch will fix your problem. Regards, Dan