in reply to Re: Using a single database handle or multiple handles
in thread Using a single database handle or multiple handles
It also puts a fairly heavy load on the server (we had systems with > 200k new connections per day which were showing very serious performance issues).
So I would always strive to limit the number of connections that you create, both for speed, and for load on the server.
Michael
|
---|