> -----Original Message-----
> From: Gunther Birznieks [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 16, 2000 4:04 AM
> To: Les Mikesell; [EMAIL PROTECTED]
> Cc: Tim Bunce; Aaron; [EMAIL PROTECTED]
> Subject: Re: database access
> 
> 
> 3. As a plug, I had also suggested a couple years ago that I 
> would like the 
> feature to be able to specifically not having the ping() method by 
> Apache::DBI if the database had already been pinged within a 
> set period of 
> time.
> 

Apache::DBI->setPingTimeOut($data_source, $timeout)

no?

I similarly pointed out last last year that there is a (small) bug in
Apache::DBI that when you want it to ping _every_ time it won't if two pings
are in the same 'second' due to the granularity of time() (ie, a content
handler and log handler that access the db within one second of eachother,
but in separate phases).

--Geoff

Reply via email to