Re: mod_perl + Apache 1.3.28

2003-08-15 Thread Tim Bunce
On Thu, Aug 14, 2003 at 11:39:12AM -0700, David Wheeler wrote: On Thursday, August 14, 2003, at 07:58 AM, Perrin Harkins wrote: You guys should just be using DBI-connect_cached then. It does everything except the mod_perl cleanup handler. Note that I still write a utility class that

Re: mod_perl + Apache 1.3.28

2003-08-15 Thread David Wheeler
On Thursday, August 14, 2003, at 12:53 PM, David Wheeler wrote: Switching to connect_cached() seems to have made my problem with Apache 1.3.28 go away Yay! Did I say this? It's back today! :-( Issuing rollback() for database handle being DESTROY'd without explicit disconnect() at

Re: mod_perl + Apache 1.3.28

2003-08-15 Thread Rudy Lippan
On Thu, 14 Aug 2003, David Wheeler wrote: On Thursday, August 14, 2003, at 01:15 PM, Rudy Lippan wrote: Switching to connect_cached() seems to have made my problem with Apache 1.3.28 go away Yay! Oh, and BTW, I am doing cleanup by running my entire request in an eval: Yes, but

Re: mod_perl + Apache 1.3.28

2003-08-15 Thread David Wheeler
On Friday, August 15, 2003, at 07:02 PM, Rudy Lippan wrote: Inside the eval? What difference does it make? There are only a couple of (controlled) commits and begins inside that eval, and any exceptions cause the whole thing to be rolled back. No. The question is, 'What was happening inside of