File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,11 @@ support concurrent MongoDB operations in your multi-threaded application.
3737The maximum size of each connection pool is set by the ``MaxConnectionPoolSize`` option, which
3838defaults to ``100``. If the number of in-use connections to a server reaches
3939the value of ``MaxConnectionPoolSize``, the next request to that server will wait
40- until a connection becomes available.
40+ until a connection becomes available. The following diagram illustrates a high-level view
41+ of how the ``MongoClient`` manages a connection pool:
42+
43+ .. figure:: /includes/figures/CMAP_diagram.svg
44+ :alt: CMAP diagram
4145
4246In addition to the sockets needed to support your application's threads,
4347each ``MongoClient`` instance opens two additional sockets per server
You can’t perform that action at this time.
0 commit comments