[rt-users] Page Load Hangs in 3.4.4
Jesse Vincent
jesse at bestpractical.com
Wed Nov 2 10:55:57 EST 2005
> > Apparently this is a known HTTP flaw, but it is much more pronounced
> > here than on any of my other webapps (none of which use Mason). Both
> > the web and database servers have plenty of CPU/RAM/swap, etc. Anything
> > I can do to speed up database queries and pageloads? Sorry this
> > question is so general, but so is the problem.
> >
> I'm having the same config except we are running RT 3.4.3 and haven't
> had this problem. I just tried a couple of heavy operation like
> searching on ticket content and aborting the search but I can start a
> new query right away. Maybe it is because we're running RT using
> mod_perl (Apache/1.3.33 (Unix) PHP/4.4.0 mod_fastcgi/2.2.12 mod_perl/1.29 mod_ssl/2.8.23 OpenSSL/0.9.8)
Actually, what's going on is that Apache-Session locks your session
object to prevent corruption from a second hit whilst the first is
rendering. It might be safe to turn off Apache::Session locking.
Jesse
More information about the rt-users
mailing list