Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1360 | minor | always | 09-19-06 13:02 | 09-20-06 19:54 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.0 | ||
|
|||||
Summary: | 0001360: keepalive configuration for 3.1 | ||||
Description: |
<keepalive-max> <keepalive-timeout> advanced: <enable-select-manager> default true <keepalive-select-thread-timeout> default 2s <load-balance-idle-time> default is calulcated If select manager is not enabled or available: <keepalive-max> is the maximum number of threads in the keepalive state <keepalive-timeout> is the timeout for the threads in the keepalive state <load-balance-idle-time> is keepalive-timeout - 1s (or maybe 2s) If select manager is enabled: <keepalive-select-thread-timeout> is the time a thread keeps a keeaplive connection before it is passed to the select manager <keepalive-max> is the maximum number of concurrent select() or poll() <keepalive-timeout> is the timeout for the select or poll call <load-balance-idle-time> is keepalive-timeout + keepalive-select-thread-timeout - 1s (or maybe 2s) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |