|
|
|
|
|
by inportb
5447 days ago
|
|
I use pymongo with gevent. A small hack is necessary to prevent pymongo from making a new connection for each thread that accesses mongodb (because with gevent, you can have a massive number of threads). I'd imagine the same is true with eventlet. |
|
https://gist.github.com/1088452