View Single Post

  #5 (permalink)  
Old 01-12-2004
David J. Bakeman
 
Posts: n/a
Default Re: SLOW sockets under Redhat 9.0

Christopher Wong wrote:
> On 2004-01-01, David J. Bakeman <dbakeman@comcast.net> wrote:
>
>>I have an application that uses a simple tcp/ip socket to communicate
>>between 2 processes. This has worked fine until we upgraded to RH9.0.
>>Now the socket connection is incredibly slow! What used to take around
>>5ms now takes 20-90ms!

>
>
> Might this be a Nagle algorithm issue? If you are sending tiny bits of
> data, you might want to set the TCP_NODELAY socket option.


We do have the TCP_NODELAY set. By the way what do you mean by Nagle?
>
> Chris


Reply With Quote