Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In order to better control Apollo's network behavior, it would be very good to be able to configure some socket parameters via Apollo's configuration file. The ones that come to my mind now are:
listen()'s backlog
setsockopt()'s SO_LINGER, SO_RCVBUF and SO_SNDBUF
FWIW, SO_KEEPALIVE is already tunable in Apollo and ActiveMQ has these already (see http://activemq.apache.org/tcp-transport-reference.html).