You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the driver migration done on issue #3132 (PR #3622), we just "translate" the pool management approach existing in Orion. I mean, there are individual connections managed by Orion itself (see MongoConnection* connectionPool global variable).
This approach works but maybe is smarter to use the native pool features of the Mongo C driver. See mongoc_client_pool (which also includes example code) and associated functions
The text was updated successfully, but these errors were encountered:
During the driver migration done on issue #3132 (PR #3622), we just "translate" the pool management approach existing in Orion. I mean, there are individual connections managed by Orion itself (see
MongoConnection* connectionPool
global variable).This approach works but maybe is smarter to use the native pool features of the Mongo C driver. See mongoc_client_pool (which also includes example code) and associated functions
The text was updated successfully, but these errors were encountered: