From: Michael Furmaniuk Date: 2009-03-09T21:30:06+09:00 Subject: Re: Question about GServe and IO Brian Candler wrote: > You don't need the select/readpartial stuff. Each connection is handled > in its own thread. This should do: > > while line = io.gets > handle_client(line,io) > end > This worked great! I can keep my connection up and running and thin. Still not sure what the delay is in sending a command and getting one back, it seems to be off by one - probably something with the communication I don't understand yet. I appreciate the help! -- Posted via http://www.ruby-forum.com/.