From: ts Date: 2004-03-26T20:52:09+09:00 Subject: Re: non blocking read and thread >>>>> "y" == yannick writes: y> Thread.new do y> sleep 2 y> client = TCPSocket.new('localhost', '1999') y> puts "send a message" y> client.puts "message" client.close y> end Guy Decoux