[LA.pm] Problem with FastCGI under Apache 2

Eric Hammond ehammond at thinksome.com
Fri Feb 10 15:06:50 PST 2006


Benjamin J. Tilly wrote:
> I forget why we don't use Apache::DBI, but we don't because it 
> caused problems for us.

Apache::DBI calls rollback at the end of each request if autocommit
is off, which is unnecessary if you tend to call commit yourself at 
the end of each request.  Apparently, even though the rollback has 
nothing to roll back it can be expensive overhead in certain 
environments.

--
Eric Hammond
ehammond at thinksome.com


More information about the Losangeles-pm mailing list