Just something minor...

I use DBI for both content and log handlers.  When using debug level 2 I
noticed that the the default perl time method is not precise enough between
request phases - that if I could not connect in the PerlHandler phase,
Apache::DBI did not ping the database for the PerlLogHandler phase.

Adding:

use Time::HiRes qw(time);

to the top of DBI.pm seemed to fix the problem.

probably no big deal for most, but just wanted to point it out...

--Geoff

Reply via email to