in reply to Re: mod_perl, Apache::Session
in thread mod_perl, Apache::Session
RaiseError is set, so I don't think I have to bother with
additional error checking.
I believe I don't have to care about database handles,
since you can pre-connect to a database and server startup,
and the database connection stays the same anyway. Hmm.
And yes, it was indeed a locking issue, but see my other
post on that.