Gilles DAROLD writes:
> With Apache/mod_perl it is very simple to enable DB connection
> persistance.
> 
> in your perl script :
> 
> use vars qw($dbh);
> 
> $dbh ||= DBI::connect($datasrc, $dbuser, $dbpwd);

Even better, Apache::DBI will pool across Perl programs, and you don't
have to change anything in your scripts.

Reply via email to