On Tue, Aug 06, 2002 at 03:13:12AM +0900, nobu.nokada / softhome.net wrote: > At Fri, 2 Aug 2002 23:02:32 +0900, > Paul Brannan wrote: > > > This limitation comes from that the current implementation uses > > > select() in winsock. It works only for socket handles, so the > > > others are treated as always immediately readable/writable. > > > This problem has been known but still unsolved. > > > > What issues are there with using rb_f_select() instead? > > I meant that rb_f_select() is implemented with select(). Could rb_f_select() be changed to work in terms of WaitForMultipleObjects? Paul