Mantis - Resin
Viewing Issue Advanced Details
5938 minor always 08-18-15 23:50 05-09-16 14:31
cyttesen  
ferg  
normal  
closed 4.0.41  
fixed  
none    
none  
0005938: Keepalive-max and Keepalive-timeout not using default values
Hi,

According to your online documentation:
http://www.caucho.com/resin-4.0/admin/http-server-ref.xtp#keepalive-timeout [^]

keepalive-max defaults to 100 and keepalive-timeout defaults to 15s.

If these settings are not defined in resin.xml the following is read from jconsole:

resin>Port>INDADDR_ANY-[PORT]>KeepaliveMax:65536
resin>Port>INDADDR_ANY-[PORT]>KeepaliveTimeout:120000

Seems like the default values are not used?

These values (especially keepalive-max) are they defined per server instance or is it per socket (client connection) as I understand is the case for Apache? (http://stackoverflow.com/questions/12095533/proper-use-of-keepalive-in-apache-htaccess). [^]

Perhaps this could be more clearly written on you online documentation.

Regards
Christian Yttesen

There are no notes attached to this issue.