I have a webserver running a Node.js v1.0.10 that connects to a SA16.
So, every page that needs data from the DB, opens a new connection and closes it at the end.
If I call more than one page at same time, I'll have more than one connection to the da...