579 Views
I recently made an assumption about how requests for connections were handled by the Node.js driver. You know what they say about assumptions, right? In the Node.js driver, developers can create connection pools. A connection pool has settings, such as the minimum and maximum number of connections, and methods that allow you to get connections and release them.
0 comments