mdirolf / nginx-gridfs

Nginx module for serving files from MongoDB's GridFS
http://www.mongodb.org
Other
796 stars 148 forks source link

connection pooling needs to be implemented #8

Open ekilfoil opened 14 years ago

ekilfoil commented 14 years ago

The module should use the connection pooling feature so each request doesn't require a database connection.

Patch to add pooling support:

http://www.ypass.net/downloads/nginx-gridfs-connpooling.patch

mdirolf commented 14 years ago

we actually switched to using the C driver and are using a persistent connection through that. not really pooling though, so will keep this case open