[rt-users] mod_perl vs fastcgi, which performs best, which is more scalable?

Jesse Vincent jesse at bestpractical.com
Wed Jun 16 00:46:25 EDT 2004




On Tue, Jun 15, 2004 at 09:43:57PM -0700, Derek Suzuki wrote:
>  I've been running on FastCGI since 3.0.7.  Starting from 3.0.9 we have seen some horrendous performance problems (CPU pegging and effectively hanging the application for upwards of a minute) even on modern hardware with minimal workloads.  We were able to work around them by pre-starting multiple server processes (the perl process is actually what seems to hang), and performance has been pretty good since then.

Was the perl process waiting on anything? Was there a blocking database
query? Did you attempt any sort of debugging of the actual problem?

	Thanks,
	Jesse



More information about the rt-users mailing list