On Wed, 2003-08-13 at 16:07, David Wheeler wrote: > On Wednesday, August 13, 2003, at 12:32 PM, David Wheeler wrote: > The code that's causing the hangup looks like this:
First, we all need to yell at you for not using Apache::DBI. Your code is not doing anything that it doesn't do, and is actually doing less to ensure safety when something crashes. Apache::DBI would issue a rollback if some code crashed part-way through a request. > At this point, everything hangs, stuck in $dbh->ping. Does that happen under 1.3.27 too? Is this a nested transaction problem stemming from the subrequests? > 4166: No handle, connecting. # This shouldn't happen! That would happen if it failed the ping. > You can see that this gets really ugly. Anyone seen anything like this, > or have any idea what could be causing these problems? Try changing your ping method or removing the ping and see if the problem persists. - Perrin