Looking at the docs it looks as if Apache::DBI is intended for mod_perl.
Nagaraju said:

>Does any one have experience with Apache::DBI with Perl (not mod_perl)?

Looks like maybe he is barking up the wrong tree then, or will it work
without mod_perl?

> -----Original Message-----
> From: Joe Raube [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, June 18, 2002 4:26 PM
> To: Tim Harsch
> Cc: [EMAIL PROTECTED]
> Subject: RE: Apache::DBI question
> 
> 
> > | > I may be missing something, but with normal cgi, the program
> > | > goes away
> > | > when its done so the connection will go away as well.  What
> > | > would hold
> > | > your persistent connection?
> 
> Apache holds the connection! That's the point of Apache::DBI...
> 
> If the same db connection request comes thru, Apache::DBI just
> returns the handle to the already existing connection, instead of
> needing to create a new one.
> 
> See the docs on http://search.cpan.org/doc/ABH/Apache-DBI-0.89/DBI.pm
> 
> -Joe
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com
> 

Reply via email to