PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 5th of May, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[14:37:37] <doomistic> hello. when using mongodb with node, you connect once and use the returned db instance all over the running node process (i.e. the web server running instance)? shouldn't there be an open and close methods so that you can retrieve or return a connection from the connection pool? does mongodb driver does this under the hood?
[14:40:11] <doomistic> I believe that the connection itself represents an entire connection pool and this is done automatically but judging by the mess online, there doesn't seem to be a conclusive answer
[14:53:12] <doomistic> I've searched the documentation and there's no mentioning of this