Here is a link to something that might be causing this - http://httpd.apache.org/docs/2.2/mod...sendbuffersize
Check to see if you have a sendbuffersize setting in httpd.conf and what it is. If it is the default (0 or not present), then this would indicate that there is a TCP/IP buffer size being set by the operating system that is causing this.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Last edited by mab; 07-26-07 at 04:17 PM.
Reason: more info
|