Skip to content

Commit

Permalink
add connection pooling information
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Nov 2, 2023
1 parent 37b3d5d commit 962112d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions source/reference/service-limitations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,26 @@ response status code of `429 - Too Many Requests
request a higher limit by `filing a support ticket
<https://support.mongodb.com/welcome>`__.

.. _connection_pooling:

Connection Pooling
------------------

App Services uses connection pooling to reduce the overhead of frequently
opening and closing connections between requests and trigger executions.
Connections are opened as needed. Connection pooling is dependent on
several factors:

- Cluster Tier. The higher the cluster tier, the more connections available in
the pool.

- Deployment Mode. Global deployments use multiple servers in each region, and
therefore have an overall larger connection pool.

- Services. Each service has an independent connection pool, so the number of
services in your app does not impact the number of connections available.


.. _mongodb-service-limitations-rules:

Rules
Expand Down

0 comments on commit 962112d

Please sign in to comment.