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

Reply via email to