According to Soulhuntre:
> 
> Well, let me turn that around, has anyone succeeded in getting mod_perl
> running well on Apache on win2k?

Your problem here is going to be that mod_perl is not thread-safe
and will serialize everything when running under the threaded
model that apache uses under windows. If your scripts are fast enough
you might be able to live with this if you use it as a back end
to a lightweight front-end proxy which a busy site needs anyway.

  Les Mikesell
   [EMAIL PROTECTED]

Reply via email to