The TimeOut directive defines the length of time Apache will wait for I/O in various circumstances:
1. When reading data from the client, the length of time to wait for a TCP packet to arrive if the read buffer is empty.
2. When writing data to the client, the length of time to wait for an acknowledgement of a packet if the send buffer is full.
3. In mod_cgi, the length of time to wait for output from a CGI script.
4. In mod_ext_filter, the length of time to wait for output from a filtering process.
5. In mod_proxy, the default timeout value if ProxyTimeout is not configured.
Вот так вота...
Sunday, 26 July 2009
Subscribe to:
Post Comments
(
Atom
)
Это ты к чему? Продолжение темы про то что апача сокет не освобождает? )))
ReplyDeleteНет, к тому, что указанная директива также действует на: the length of time to wait for output from a CGI script.
ReplyDeleteА толкового ответа про сокет никто так и не дал, ибо никто нихрена не понимает, как работает ядро.