On Mon, Mar 23, 2009 at 5:20 PM, andynic <andynic...@yahoo.com> wrote:
> I would like to write a cgi script using a persistent database connection.
> I have read that I need
> For database persistent connections:
> http://cpan.uwinnipeg.ca/dist/Apache-DBI-Cache

No, you don't.  You don't need anything other than DBI with
connect_cached, but you can optionally use the extra features in
Apache::DBI.

- Perrin

Reply via email to