Perrin Harkins  <[EMAIL PROTECTED]> wrote:

> my $cache = $dbh->FETCH('CachedKids');
> 
> That should return cached handles from the current $dbh, not an old one
> that has been replaced.  The statement handles are attached to the
> database handle, so if it gets replaced, all the old ones go away.

Right, but Apache::DBI doesn't replace the database handle, it just
provides it with a new connection.

(I haven't looked at the DBI code, I'm just going on my experience, which
matches the original poster's.)

-- 
Jeremy  |  [EMAIL PROTECTED]

Reply via email to