[mp2] Using DBI instead of Apache::DBI

2003-03-11 Thread Georg Botorog
> Hello, > > In mod_perl1, using persistent (Apache::DBI) and dedicated, per-user > connections (DBI) on the same machine required running two Apache > instances, one with Apache::DBI and the other without it. > > Has anything about that changed in mod_perl2? > > Moreover, how does Apache2 know

RE: Connection pool with Apache::DBI and Oracle

2003-01-27 Thread Georg Botorog
nt: Friday, January 24, 2003 7:30 PM > To: Georg Botorog > Cc: [EMAIL PROTECTED] > Subject: Re: Connection pool with Apache::DBI and Oracle > > Georg Botorog wrote: > > More precisely, I am using Apache::DBI to create and cache the > > connection to the DB. As

Connection pool with Apache::DBI and Oracle

2003-01-24 Thread Georg Botorog
Hi, I would like to know if there is a module that implements a pool of connections to an Oracle database. More precisely, I am using Apache::DBI to create and cache the connection to the DB. As this connection uses a single Oracle session, it is obvious that it becomes a bottleneck. On the other