Re: Syntax errors in case of threaded MPM and lots of concurrent requests.

2019-08-20 Thread Thorsten Schöning
Guten Tag John Dunlap, am Montag, 19. August 2019 um 17:11 schrieben Sie: > I'm surprised that you're able to use the threaded MPM at all. As you already said, things seem to heavily depend on the used packages. Besides the problem introduced at some point I have written about in this thread, thr

Re: Syntax errors in case of threaded MPM and lots of concurrent requests.

2019-08-19 Thread John Dunlap
I'm surprised that you're able to use the threaded MPM at all. The only MPM we're able to make work with our application is prefork. As far as I'm aware, Perl itself and its core libraries are thread safe but because Perl spent the last 3 decades without official threading support, most of the modu

Re: Syntax errors in case of threaded MPM and lots of concurrent requests.

2019-08-19 Thread Clément OUDOT
Le mer. 31 juil. 2019 à 19:33, Thorsten Schöning a écrit : > > Hi all, > > I'm struggling for 2+ years[1][2] with a problem using mod_perl on > Linux which I was finally able to reproduce on Windows as well. Hello Thorsten, we face the same issues with mod_perl in LemonLDAP::NG (https://lemonlda

Syntax errors in case of threaded MPM and lots of concurrent requests.

2019-07-31 Thread Thorsten Schöning
Hi all, I'm struggling for 2+ years[1][2] with a problem using mod_perl on Linux which I was finally able to reproduce on Windows as well. If the problem occurs, mod_perl is unable to compile my app with all kinds of weird syntax errors, most likely in the core-libs already. The following is one e