From: Francis Cianfrocca Date: 2006-06-21T09:08:20+09:00 Subject: Re: C Threads and Ruby ------=_Part_3823_18623160.1150848496984 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline >>>The impression I got from the windows select() documentation was that it only works with winsock sockets. <<< Ruby's Kernel#select is quite different from the native select. It's deeply intertwined with the green threads implementation. It basically knows how to handle anything that can be wrapped in a Ruby IO object. ------=_Part_3823_18623160.1150848496984--