If you're running on Linux/ Sun, I think most people avoid threading for
performance reasons. If you're going to be on Windows, you don't have a
choice: threading is compulsory.
You may want to read up on the various MPM models for each OS.
Octavian Rasnita wrote:
Hi,
How it is recommended to install perl if I also want to use it with
mod_perl?
With or without threading support?
With or without support for multiplicity?
It gives an error when installing with Apache 2.24, and I am trying to
see if I don't make some mistakes.
Thank you.
Octavian