-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
The mongoc_client_pool_t is currently a FIFO queue: mongoc_client_pool_push stores the pushed client at the tail of the queue, while mongoc_client_pool_pop removes and returns a client from the head. For cache coherence, transform the pool to a LIFO.
- related to
-
CDRIVER-1149 min_pool_size 0 should mean "no minimum"
- Closed
-
CDRIVER-250 destroy old clients when added back to client pool
- Closed