John Scoles wrote:
Yes there are a number of ways to do this. If you are using apache web server they simply douse Apache::DBI;
Hmm, that helps with mod_perl, but not with CGIs (which are still commonly used with Apache). FastCGI / mod_fastcgi can also profit from persistent connections, but you have to manage them yourself.
Alexander