[rt-users] Performance and responsetime in RT 3.0.10

Vivek Khera vivek at khera.org
Mon May 3 14:46:08 EDT 2004


On May 2, 2004, at 12:47 PM, Palle Girgensohn wrote:

> I run Apache, and since each process snatched > 70 megs when running 
> with mmod_perl, 10 apache processes soon ate 900 megs of RAM, the 
> machine has about 800 MB, so it became very slow. Hence, I switched to 
> fastcgi and just run one process for now. This was a major speedup.
>

Well, that's why we have this really nice long huge extensive and 
detailed documentation on mod_perl performance.  usually you don't want 
mod_perl talking to your clients directly -- you want a proxy in front 
of it.  i rarely have more than 7 or 9 mod_perl processes while the 
front end proxy could be handling upwards of 100 clients (not that this 
is on my RT installation, but it could be).  Especially true when 
you're serving up images...






More information about the rt-users mailing list