-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.6.5
-
Component/s: Networking
-
Environment:Ubuntu 64 bit 10.10 using 10gen stable package
-
Fully Compatible
-
Linux
-
Platforms 2017-09-11
The socket listen backlog is not configurable. I have a situation where a large number of worker processes receive work notification from outside of Mongo and then all simultaneously connect to mongo get more details. They overwhelm the listen backlog and consequently some get connection refused. Most daemons let you configure the listen backlog size away from the normal OS default of 5.
- related to
-
SERVER-31251 Increase backlog specified in listen()
- Open