23 aug 2005 kl. 15.14 skrev Sion Arrowsmith: > Roland Hedberg <[EMAIL PROTECTED]> wrote: > > > The easy solutions are to either change: > > >> def send( self, rdf ): >> self.s.send( rdf ) >> self.s.send( "\n" ) >> > > to > > def send( self, rdf ): > self.s.send( rdf+"\n" ) > > or to self.s.setsockopt(socket.SOL_TCP, socket.TCP_NODELAY, 0) after > connecting self.s .
I had just caught this but didn't really know way yet! > What's going on is something like this: Excellent description ! Thanks ever so much !! -- Roland -- http://mail.python.org/mailman/listinfo/python-list