Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Catalyst and DBI

by sundialsvc4 (Abbot)
on Jul 04, 2011 at 12:50 UTC ( [id://912640]=note: print w/replies, xml ) Need Help??


in reply to Catalyst and DBI

As an aside, not directly related to Catalyst but worth bringing up anyway, I recently “discovered” DBIx::Connector ...

DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management.   Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query.   The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead.   DBIx::Connector lets you do that without having to worry about dropped or corrupted connections.”

It made a very dramatic speed difference to the kludgy old app that I am busy rehabilitating, and stood up quite well to initial stress-tests.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-18 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found