Skip to content

Commit c886d74

Browse files
committed
connection pool
1 parent 22cc306 commit c886d74

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

source/connection/specify-connection-options.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Specify Connection Options
66

77
.. toctree::
88

9-
10-
Connection URI Options </connection/specify-connection-options/connection-options.txt>MongoClient Settings </connection/specify-connection-options/mongoclientsettings>
9+
Connection URI Options </connection/specify-connection-options/connection-options>
10+
MongoClient Settings </connection/specify-connection-options/mongoclientsettings>
1111
Stable API </connection/specify-connection-options/stable-api>
12+
Connection Pools </connection/specify-connection-options/connection-pools>
1213
Network Compression </connection/specify-connection-options/network-compression>
1314
JNDI Datasource </connection/specify-connection-options/jndi>
1415
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

source/logging-monitoring/monitoring.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,7 @@ A connection pool event is an event related to a **connection pool** held by the
230230
A connection pool is a set of open TCP connections your driver maintains with
231231
a MongoDB instance. Connection pools help reduce the number of network handshakes
232232
your application needs to perform with a MongoDB instance and can help your
233-
application run faster.
234-
235-
.. Add when page is ready: To learn more about connection pools, see the {+driver-short+}'s
236-
.. :ref:`Connection Pools <connection-pools>` guide.
233+
application run faster. To learn more about connection pools, see the {+driver-short+}'s :ref:`Connection Pools <connection-pools>` guide.
237234

238235
To monitor connection pool events, write a class that implements the
239236
``ConnectionPoolListener`` interface and register an instance of that class with your

0 commit comments

Comments
 (0)