Im using the MongoDB Java driver in a java web app. One question I want to ask is do i run Mongo.close() whenever Im doing doing a query , or can I keep it open and run other queries on it and close it when my application ends.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should be able to run multiple commands against this single connection. Some useful details from the documentation.
|
|||||||
|