Apache 1.3.x vs 2.0.x

Paul Querna chip at force-elite.com
Fri Sep 17 08:35:46 PDT 2004


On Fri, 2004-09-17 at 17:26 +0200, stephane martin wrote:
> It is probably the same problem with mod_python and mod_perl.

No, mod_python uses a Global Interpreter Lock, and is therefore thread
safe.  Performance is better for mod_python under the Prefork MPM
because of this however.

mod_perl has thread safety built in, and performs *much* better under
the Worker MPM.



More information about the freebsd-apache mailing list