Tag Archives: DBI

Connection pooling with mod_perl

I found this info in the PostgreSQL archives. Here areĀ  2 methods: Best method from Dan Lyke: Apache::DBI will pool across Perl programs, and you don’t have to change anything in your scripts. Next best method from Gilles DAROLD: in … Continue reading

Posted in DB2, Perl | Tagged , , , , , | Leave a comment