According to Stefan Reitshamer:
>
> Sorry if this is in a FAQ, but I dug through a lot of FAQs and archives and
> couldn't find it:
>
> Is there any database connection pooling built into mod_perl, or DBI?
Not exactly, but you can use Apache::DBI to make the connections
persistent, and you can greatly reduce the number of httpd's holding
connections by using a non-mod_perl front end httpd that uses
ProxyPass or RewriteRules to direct the requests that need database
service to a mod_perl backend.
Les Mikesell
[EMAIL PROTECTED]