Re: php output fills apache buffer for clients with slow internet

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Try apaches' SendBufferSize config directive

SendBufferSize sets the size of the TCP send buffer. Increasing the size would help only within high-speed networks to speed up the connection. However the 'slow-connection' clients are not in the same network. Thus increasing the TCP send buffer could even result in an increased number of tropped TCP packages ...


Thanks (I was not aware of that directive)
  Martin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux