LP#1339190: Let workers hang around for a bit for higher-rate clients
authorMike Rylander <mrylander@gmail.com>
Fri, 15 Aug 2014 23:12:32 +0000 (19:12 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 15 Aug 2014 23:12:32 +0000 (19:12 -0400)
commit58a28e9208ddbb1c9bf2c546f1b332e565f02526
tree110bf5eae8ff327a63e703a1089fa33d21779998
parent5581dc5f6f57c59b9eeb4955f3c13e9cf5bd93eb
LP#1339190: Let workers hang around for a bit for higher-rate clients

For some clients, such as AMH (sorters), the per-message connections
cause too much latency.  So, instead, we'll let their backends hang
around for a while.  This is controlled by a new attribute on the
server-params element, worker-keepalive, as a peer to the personality
value.

This is measured in seconds and the default is 5. A value of 0 here
will disable this feature altogether.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
SIPServer.pm