Re: Quick questions about Connector connectionTimeout

2003-12-18 Thread Bill Barker
The reason to have the connectionTimeout is to free up the thread to process other requests, instead of blocking to see if the client is going to request anything else. The default value is reasonable to serve up the page + images etc. in one TCP connection. If you have a very high-traffic site, t

RE: Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
Does anyone have any insight on this? Any help at all would be much appreciated. Thank you. Jim -Original Message- From: Howard Jim Sent: Thursday, December 18, 2003 8:48 AM To: [EMAIL PROTECTED] Subject: Quick questions about Connector connectionTimeout My current config looks

Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
My current config looks like this: I understand that the connection timeout is disabled with this setting. I searched through the docs, etc, but all I ever found was "set the connection timeout in milliseconds". My questions are, where would this matter? Why would I want to enable a