Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 7/8: maxIdleTime vs. lowResourceMaxIdleTime

Hi,

 

The AbstractConnector class defines the following default values:

 

protected int _maxIdleTime = 200000;

protected int _lowResourceMaxIdleTime = -1;

 

What is the rationale behind having by default an infinite idle time in case of low resources?

By default connections established in case of low resources will never time out, unless a value for lowResourcesMaxIdleTime has explicitly been configured.

 

Thanks,

Roland

 

 

 

Please consider the environment before printing this e-mail.

Micro Focus GmbH, Fraunhoferstr. 7, D-85737 Ismaning, Geschäftsführer: Graham Howard Norton Amtsgericht München HRB 136819, Steuernummer: 143/162/50581, Ust.-Id. Nr. DE 813 269 232



This message has been scanned for malware by Websense. www.websense.com


Back to the top