Re: DB connection pooling

1999-10-04 Thread Leslie Mikesell
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

Re: DB connection pooling

1999-10-04 Thread Perrin Harkins
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

Re: DB connection pooling

1999-10-04 Thread Jeffrey Baker
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

DB connection pooling

1999-10-04 Thread Stefan Reitshamer
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]