coopernurse / node-pool

Generic resource pooling for node.js
2.37k stars 259 forks source link

generic pool with mongoose #229

Closed jklinson closed 6 years ago

jklinson commented 6 years ago

I have doubt like whether the mongoose connect poolsize option and generic pool serve the same feature?. Am a newb so, am not sure about whether the the question is right or not.

sandfox commented 6 years ago

Hi @jklinson I don't know much about mongoose but I think it's uses the pooling code thats builts into the mongodb driver itself for storing connections/sockets, and it probably works in a simialir fashion to generic-pool.

jklinson commented 6 years ago

Thanks for the udpate