From: Michael Furmaniuk Date: 2009-03-10T03:44:52+09:00 Subject: Re: Question about GServe and IO Brian Candler wrote: > After you have eliminated readpartial from your program, if you still > have a problem, please make a trimmed down client/server pair and post > them in their entirety, so the problem can be reproduced. Ok, now I see. I did a telnet and there was no issue, just some prompting problems depending on whether I used puts or print. I would like something for a client end that I can wrap into an Agent at some point, I'm going to check and see how Net::Telnet works in this case since that should eliminate the problem of the reads in the socket. Ideally, having something be able to act as an Agent and send information now and again through a central point and written to a database would be most useful. Again, thanks for the tips. -- Posted via http://www.ruby-forum.com/.