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:donovant@xxxxxxxxxxxxxxxx] Sent: 20 May 2008 15:56If the problem is network latency, you could try setting SendBufferSize to alarge 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 wantto 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx