>>>>> "PH" == Perrin Harkins <[EMAIL PROTECTED]> writes:
PH> 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: PH> First, we all need to yell at you for not using Apache::DBI. Your code PH> is not doing anything that it doesn't do, and is actually doing less to PH> ensure safety when something crashes. Apache::DBI would issue a PH> rollback if some code crashed part-way through a request. Actually, there is a good reason not to use Apache::DBI sometimes. For me, I have common modules for my command line apps and the web app to manipulate my overall system. I had to roll my own cached file handle because Apache::DBI won't even load outside of mod_perl. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
