-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
To eliminate socket-per-thread high connection issues
- automatically share sockets between threads by default
- restore start_request to make thread local sockets optional
- consider mgo's monotonic consistency option for requests?
- make implementing
PYTHON-296andPYTHON-297easier
I'm going to remove pymongo.connection._Pool and have all Connection classes (single-server, master-slave, replica-set) use the same pymongo.pool.Pool class.
- is related to
-
PYTHON-296 Support gevent
- Closed