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
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
Stefan Reitshamer wrote:
>
> Hello,
>
> 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 really. You could take a run at DBD::Proxy.
-jwb
--
Jeffrey W. Baker * [EMAIL
Hello,
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?
Thanks,
- Stefan Reitshamer
[EMAIL PROTECTED]