Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3

[prev] [thread] [next] [Date index for 2005/01/06]

From: Perrin Harkins
Subject: Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3
Date: 21:17 on 06 Jan 2005
On Thu, 2005-01-06 at 12:39 -0800, Jay Scherrer wrote:
> With FC3 and SElinux threads are more prevalent. I thought thats why I 
> was upgrading to Apache2.  Use of  better threading technology.

On Linux, I recommend you use preforking, not threads, with mod_perl 2.
It uses far less memory than threading because of the copy-on-write
savings.  It also avoids any possible thread safety issues in the CPAN
modules you use.

- Perrin

Re: mod_perl speed difference between Fedora Core 1 and Fedora Core 3
Perrin Harkins 21:17 on 06 Jan 2005

Generated at 08:54 on 14 Mar 2005 by mariachi v0.52