Hi, At Mon, 17 Jun 2002 12:16:17 +0900, Wilkes Joiner wrote: > Win2K, Ruby 1.6.7 from Pragmatic Programmers > > require 'socket' > server = TCPServer.new('localhost', 8088) > Thread.new { Thread.pass while true } # comment this line and it works > correctly > p select([server],nil, nil, 1) while true I guess it's [ruby-talk:40015]. -- Nobu Nakada