graham.hays wrote:
Thanks Tom -- tried all values up to 131072 with no effect :(

You don't mention which OS you are running. Some TCP stacks negotiate the TCP buffer based on the smaller of SendBufferSize or ReceiveBufferSize.

If you are out of other ideas you might try setting both, but that's a long 
shot at best...

-tom-


-----Original Message-----
From: Tom Donovan [mailto:[EMAIL PROTECTED] Sent: 20 May 2008 15:56

If the problem is network latency, you could try setting SendBufferSize to a
large value, like 32768, 65536, or even 131072.

   http://httpd.apache.org/docs/2.2/mod/mpm_common.html#sendbuffersize

This will increase the memory required for every request, so you won't want
to make it any larger than is necessary.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to