Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Using a single database handle or multiple handles

by mpeppler (Vicar)
on Oct 24, 2012 at 12:16 UTC ( [id://1000619]=note: print w/replies, xml ) Need Help??


in reply to Re: Using a single database handle or multiple handles
in thread Using a single database handle or multiple handles

Connecting to a modern Sybase server can cost between 100 to 300ms, depending on the amount of stuff that each connection needs to set up (e.g. if there are a lot of roles associated with the login being used, then this will take additional time).

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

  • Comment on Re^2: Using a single database handle or multiple handles

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1000619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found