On Thu, Nov 04, 1999 at 05:13:12AM +0100, Gerald Richter wrote:
> > So I'm starting development on a project with multiple components
> > which will
> > be talking to an Oracle 8 database, and I'm trying to understand what the
> > various options are.
> >
> > The project will consist of HTML::Embperl pages, modperl CGIs, and random
> > Perl processes, all of which will connect to the database.
> >
> > The questions I have mostly pertain to database connection caching.  There
> > seem to be three different modules that all purport to cache the database
> > connection:  DBI itself (using connect_cached), Apache::DBI, and
> > DBD::Proxy.
> >
> 
> Apache::DBI caches the database handle, while connect_cached cache the
> statement handle, so you could/should use both together.

You're thinking of prepare_cached.

Tim.

Reply via email to