Are mongo connection pools using the same thread pool?

Viewed 19

In my application I am setting up connection with 3 MongoDB clusters. I wonder whether those 3 connection pools are set up on single thread pool or driver prepares separate thread pool for each connection pool?

0 Answers
Related