[Rails] Re: TCP Sockets

2010-06-11 Thread doug
I think that I have the speed issue resolved. It appears to be an anomaly that is associated only with their sandbox server. The live server seems to work just fine. I can live with that. Thanks for your help. ... doug -- You received this message because you are subscribed to the

Re: [Rails] Re: TCP Sockets

2010-06-11 Thread Leonardo Mateo
On Fri, Jun 11, 2010 at 2:15 PM, Leonardo Mateo wrote: > On Fri, Jun 11, 2010 at 12:00 PM, doug wrote: >>> You have to read from your socket. >> >> Ahh!  I get it. (I said that I was green at this.)   I now have it >> working except that it is REALLY slow. >> >>> Can you post some more of the cod

Re: [Rails] Re: TCP Sockets

2010-06-11 Thread Leonardo Mateo
On Fri, Jun 11, 2010 at 12:00 PM, doug wrote: >> You have to read from your socket. > > Ahh!  I get it. (I said that I was green at this.)   I now have it > working except that it is REALLY slow. > >> Can you post some more of the code? > > Here is my code that is now working: > >    require 'sock

[Rails] Re: TCP Sockets

2010-06-11 Thread doug
> You have to read from your socket. Ahh! I get it. (I said that I was green at this.) I now have it working except that it is REALLY slow. > Can you post some more of the code? Here is my code that is now working: require 'socket' socket=TCPSocket::open("ip","port") out=File.ope