View Single Post
  #29 (permalink)  
Old 07-26-07, 04:14 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote