Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/faq.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ support concurrent MongoDB operations in your multi-threaded application.
The maximum size of each connection pool is set by the ``MaxConnectionPoolSize`` option, which
defaults to ``100``. If the number of in-use connections to a server reaches
the value of ``MaxConnectionPoolSize``, the next request to that server will wait
until a connection becomes available.
until a connection becomes available. The following diagram illustrates a high-level view
of how the ``MongoClient`` manages a connection pool:

.. figure:: /includes/figures/CMAP_diagram.svg
:alt: CMAP diagram

In addition to the sockets needed to support your application's threads,
each ``MongoClient`` instance opens two additional sockets per server
Expand Down
4 changes: 4 additions & 0 deletions source/includes/figures/CMAP_diagram.svg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: could a different image be used for the client application and mongoclient? i feel like the mongoclient could be the person figure and the application should be the C#/.NET logo or something like that

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: could you also add some text between mongoclient and connection pool?

Copy link
Contributor

@rustagir rustagir May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe "controls" or "deploys" or "maintains"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.