Re: Apache-DBI

[prev] [thread] [next] [Date index for 2005/04/18]

From: Carl Johnstone
Subject: Re: Apache-DBI
Date: 12:55 on 18 Apr 2005
> From what I understand, Apache::DBI provides certain performance benefits 
> over DBI in much the same manner that mod_perl does over standalone Perl, 
> but isn't required to use DBI in a mod_perl environment.

Essentially it makes your database connections persistent.

So when you establish a connection at the start of a particular mod_perl 
script it intercepts the request and returns a pre-connected DB handle. 
Similarly it intercepts the disconnect request at the end of the script and 
leaves the connection to the DB open ready for next time it's needed.

For DB's that are slow when establishing connections it can make a 
considerable speed difference.

Carl

(message missing)

Apache-DBI
Octavian Rasnita 17:06 on 17 Apr 2005

Re: Apache-DBI
Randy Kobes 18:53 on 17 Apr 2005

Re: Apache-DBI
Philip M. Gollucci 02:18 on 18 Apr 2005

Re: Apache-DBI
Octavian Rasnita 06:11 on 18 Apr 2005

Re: Apache-DBI
Philip M. Golllucci 07:14 on 18 Apr 2005

Re: Apache-DBI
Octavian Rasnita 10:14 on 18 Apr 2005

Re: Apache-DBI
Randy Kobes 03:28 on 19 Apr 2005

Re: Apache-DBI
Octavian Rasnita 05:09 on 19 Apr 2005

Re: Apache-DBI
Randy Kobes 06:16 on 19 Apr 2005

Re: Apache-DBI
Philip M. Gollucci 06:24 on 19 Apr 2005

Re: Apache-DBI
Ian D. Stewart 11:01 on 18 Apr 2005

Re: Apache-DBI
Carl Johnstone 12:55 on 18 Apr 2005

Generated at 09:30 on 27 Apr 2005 by mariachi v0.52