|
From: Geoff H. <ghu...@ws...> - 2002-05-03 15:02:10
|
On 3 May 2002, Alain FORCIOLI wrote: > if max_connection_requests have a different value, htdig will never wait > server_wait_time timeout before to open a new HTTP connection to the > same web server. > > May be, I'm wrong and server_wait_time directive doesn't work with > persistent connection mechanism ... Gabriele can correct me on this point since this is his code. However, I think the problem is that you don't really want to have a wait time with a persistent connection. If we wait on a persistent connection, the server will kill it off before we can reconnect. Now perhaps we should argue that server_wait_time in this case should apply to a wait *after* we make max_connection_requests in a row. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ |