[rt-users] mysqld deadlocks with rt3.0.3

Robert Spier rspier at pobox.com
Thu Jun 26 13:18:58 EDT 2003


At Thu, 26 Jun 2003 16:55:29 +0100,
Daniel Foster wrote:
> 
> >>>mysql4 is highly recommended.
> >>Is this for resons of performace, stability or both?
> > Performance, stability AND functionality ;)
> 
> Fair enough - MySQL 4 it is then!  :-)
> 
> Next question is FastCGI or mod_perl?

mod_perl has the advantage of tighter integration into Apache so that
it can terminate disconnected connections, aborting a database query,
etc...  but FastCGI is often easier to setup.

I'd probably use mod_perl in production, but FastCGI in development.  

But really this is a "what works best for you in your environment."

It's easy to switch between them.

-R



More information about the rt-users mailing list