> -----Original Message-----
> From: Eric Jain [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 21, 2000 1:30 PM
> To: Mod_Perl
> Subject: Apache::DBI
> 
> 
> Is it be possible to modify Apache::DBI in sich a way that only
> database connections specified in a PerlRequired startup.pl with
> Apache::DBI->connect_on_init(...) are stored and all subsequent
> DBI->connect(...) connections are properly established (if no matching
> stored connection is available), but not stored afterwards?

I'm not sure why you would want to do such a thing, but I don't think it
fits with DBI/Apache::DBI's model...

why exactly are you looking for this behavior?

--Geoff

> Or could
> Apache::DBI::db::disconnect be changed, so it would actually
> disconnect, except if it was handling one of the connect_on_init
> connections?
> 
> 
> --
> Eric Jain
> 

Reply via email to