Re: HTTP and MPM support
"Paul B. Henson" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 1/28/2019 12:38 PM, Mark Blackman wrote: > > Given that Perl is single-threaded by design and history and has no > reliable support for threading, I think that mod_perl and direct http/2 Perhaps I am confused, but I do not necessarily agree with this statement. See, for example: https://perl.apache.org/docs/2.0/user/intro/overview.html#Threads_Support Both perl and mod_perl support threads, typically the problem arises not with native Perl thread support, but rather thread-unsafe user code or modules.