On Mon, 4 Oct 1999, Stefan Reitshamer wrote: > Is there any database connection pooling built into mod_perl, or DBI? There is no "pooling", but you can get persistent database connections. Have a look at http://perl.apache.org/guide/performance.html#Persistent_DB_Connections for more. - Perrin
- DB connection pooling Stefan Reitshamer
- Re: DB connection pooling Jeffrey Baker
- Re: DB connection pooling Perrin Harkins
- Re: DB connection pooling Leslie Mikesell