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
In version 0.2.0 we do not always reuse Mongo DB connections. DB connections cannot be reused across threads (must be reopened in each thread), but there are many connections in the "MainProcess" thread that could be reused by passing a DB class from Backup.py to ReplsetHandler.py + ShardingHandler.py.
Here is the DB:connect debug output for a 2-shard cluster (11 x DB connections created!!!):
In version 0.2.0 we do not always reuse Mongo DB connections. DB connections cannot be reused across threads (must be reopened in each thread), but there are many connections in the "MainProcess" thread that could be reused by passing a DB class from Backup.py to ReplsetHandler.py + ShardingHandler.py.
Here is the DB:connect debug output for a 2-shard cluster (11 x DB connections created!!!):
The text was updated successfully, but these errors were encountered: