Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: dbh->disconnect or leave to scope

by Cagao (Monk)
on Jan 19, 2011 at 10:16 UTC ( [id://883079]=note: print w/replies, xml ) Need Help??


in reply to Re: dbh->disconnect or leave to scope
in thread dbh->disconnect or leave to scope

We connect to 3 DB platforms (all on MySQL tho).

One is a single master, the other 2 are masters with several slaves.

I don't pass dbh's around between methods, since sometimes I may have connected to a slave for read-only operations, but might have passed the the dbh into a method requiring write access to the master, so it's easier to connect in each method (to the relevant master/slave), plus, it's MySQL, so not a massive hit on the connection time.

We clearly connect/disconnect a fair amount, but this isn't causing performance implications (yet).

  • Comment on Re^2: dbh->disconnect or leave to scope

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-04-25 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found