Wilfried, I'll have a look on MSDN and see what they say.
I think that I will try and pad out my data to the min packet size an dsee if that speeds things up, or screws up the server. Regards, Andy Wilfried Mestdagh wrote: > Hello Andy, > >> I am logging the time before and after a call to Send. I am sending 60 bytes, >> and the Send call is taking 300ms to complete. > > this is the nagle algoritm. nagle wait a little while to see if you want > to send more. this is to fill up a complete packet of 1514 (?) bytes. > You can speed it up by setting wsoTcpNoDelay in ComponentOptions in both > ends, but this can slow down network performance. See MSDN at Microsoft > are many articles discussing it. > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be