On Thu, 2006-05-18 at 16:34 -0700, Bill Moseley wrote: > My transactions are all inside eval with a rollback (the modified > do_transaction() code). Is there a situation that the transaction > would not get rolled back and still have the apache child alive to do > the cleanup?
You should be okay. I use evals too. I'm just a little paranoid about dangling database locks. - Perrin