Mantis - Resin
Viewing Issue Advanced Details
1360 minor always 09-19-06 13:02 09-20-06 19:54
sam  
ferg  
normal  
closed  
fixed  
none    
none 3.1.0  
0001360: keepalive configuration for 3.1
<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)

There are no notes attached to this issue.