Re: Modperl with threads

Ed Sabol <[email protected]> Thu, 19 Dec 2024 16:45:41 -0500
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Dec 19, 2024, at 12:47 PM, Bitfox <[email protected]> wrote:
> Mod_perl doesn=E2=80=99t support threads, am I right?

If you mean mod_perl with ithreads and using the Apache mpm_event =
module, then that's incorrect, I think. Search the archives of this =
mailing list for posts by Joe Schaefer <[email protected]> for some =
clues as to how. I haven't done it myself, but Joe says it is possible =
(and the performance is much, much better than mpm_prefork), but my =
understanding is that it's not exactly trivial to set up and may involve =
compiling Perl with custom options, iirc.

Regards,
Ed