File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,16 @@ How many connections does each ``mongos`` need?
194194-----------------------------------------------
195195
196196Each client maintains a connection to a :program:`mongos` instance.
197- Each :program:`mongos` instance maintains a pool of connections to
198- the members of a replica set supporting the sharded cluster.
199- Connections between :program:`mongos` and :program:`mongod` instances
200- are used by one client at a time (requests are not multiplexed or
201- pipelined) and then returned to the connection pool.
197+ Each :program:`mongos` instance maintains a pool of connections to the
198+ members of a replica set supporting the sharded cluster. Clients use
199+ connections between :program:`mongos` and :program:`mongod` instances
200+ one at a time. Requests are not multiplexed or pipelined. When client
201+ requests complete, the :program:`mongos` returns the connection to the
202+ pool.
203+
204+ See the :ref:`System Resource Utilization
205+ <system-resource-utilization>` section of the
206+ :doc:`/administration/ulimit` document.
202207
203208Why does ``mongos`` hold connections open?
204209------------------------------------------
You can’t perform that action at this time.
0 commit comments