in reply to
persistent database connection pooling
If you're running in Apache, call "use Apache::DBI" before calling "use DBI". The Apache::DBI module intercepts all DBI calls, and makes the connection persistent.
Comment on
Re: persistent database connection pooling
In Section
Seekers of Perl Wisdom