From: hipster Date: 2001-09-26T18:28:11+09:00 Subject: [ruby-talk:21714] Re: Repost. Final call for help on this piece of code... On Wed, 26 Sep 2001 14:58:47 +0900, Hal E. Fulton wrote: [snip] in client, line ~64 > # Contact the server > > socket = TCPSocket.new(ChessServer, ChessServerPort) socket.setsockopt(Socket::SOL_TCP, Socket::TCP_NODELAY, 1) Would this be of any use? I'm not able to test this at the moment, but I can remember something similar where this came up as the solution. HTH, Michel