> On 28 Jan 2019, at 21:34, Paul B. Henson <[email protected]> wrote: > > 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. >
https://perldoc.perl.org/threads.html#WARNING <https://perldoc.perl.org/threads.html#WARNING> Threads are discouraged in Perl these days - Mark
