> Everytime I reload the script, I get the same hash reference (it has the
> same address).  I turned on DEBUG for Apache::DBI, and the requests are
> definitely being served by different children, so shouldn't each one have
> its own database handle?

Yes.

The speed gains of persistent database connections won't entirely be
realized until you've "saturated" your pool of Apache children, achieving
a steady-state where all your children have a cached persistent database
connection.

Cheers,
Richard

-- 
----------------------------------------------------------------------------
 Richard Dice * Personal 514 816 9568 * Fax 514 816 9569
 ShadNet Creator * http://shadnet.shad.ca/ * [EMAIL PROTECTED]
 Occasional Writer, HotWired * http://www.hotwired.com/webmonkey/
     "squeeze the world 'til it's small enough to join us heel to toe"
         - jesus jones

Reply via email to