Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Stefan Priebe - Profihost AG
Hi Yann, Hi Luca, right now i had another server which shows: AH00485: scoreboard is full, not at MaxRequestWorkers msg. I never saw that before applying the event patch. A fullstatus view is not answered - so the whole apache hangs. Also it has 84 running processes instead of normally just

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Stefan Priebe - Profihost AG
Thanks Yann. I'll wait a few days to check first if i'll see this on other hosts too. i'll also try to grab the server-status but i'm not sure if the server will answer to this request if the scoreboard is full. Greets, Stefan Am 23.09.2016 um 16:53 schrieb Yann Ylavic: > With the patch this

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Yann Ylavic
With the patch this time... On Fri, Sep 23, 2016 at 4:53 PM, Yann Ylavic wrote: > On Fri, Sep 23, 2016 at 3:13 PM, Yann Ylavic wrote: >> >> If you can try another (additive) patch on the faulty server, it would >> be awesome to test the one from [1],

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Yann Ylavic
On Fri, Sep 23, 2016 at 3:13 PM, Yann Ylavic wrote: > > If you can try another (additive) patch on the faulty server, it would > be awesome to test the one from [1], not sure it applies correctly > with my 2.4.x patch though, possibly better with the trunk version > over [1]

Re: Chunked request

2016-09-23 Thread Yann Ylavic
Hi, On Fri, Sep 23, 2016 at 12:59 PM, André Rothe wrote: > > Any ideas? It depends on whether your filter is called in blocking or non-blocking mode, i.e. the apr_read_type_e parameter value (either APR_BLOCK_READ or APR_NONBLOCK_READ). In the former case, your

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Yann Ylavic
Hi Stefan, On Fri, Sep 23, 2016 at 1:15 PM, Stefan Priebe - Profihost AG wrote: > > a applied the latest patch (incl. fudge factor) to 1500 real life servers. Thank you very much for testing in real conditions. > > Today i had the situation that no websites were

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Stefan Priebe - Profihost AG
Hi Luca, Am 23.09.2016 um 13:47 schrieb Luca Toscano: > Hi Stefan, > > 2016-09-23 13:15 GMT+02:00 Stefan Priebe - Profihost AG > >: > > Hi Yann, > > a applied the latest patch (incl. fudge factor) to 1500 real life > servers. > >

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Luca Toscano
Hi Stefan, 2016-09-23 13:15 GMT+02:00 Stefan Priebe - Profihost AG < s.pri...@profihost.ag>: > Hi Yann, > > a applied the latest patch (incl. fudge factor) to 1500 real life servers. > > Today i had the situation that no websites were delivered. The error.log > says: > > [Fri Sep 23

Re: Frequent wake-ups for mpm_event

2016-09-23 Thread Stefan Priebe - Profihost AG
Hi Yann, a applied the latest patch (incl. fudge factor) to 1500 real life servers. Today i had the situation that no websites were delivered. The error.log says: [Fri Sep 23 09:02:41.974245 2016] [mpm_event:error] [pid 6495:tid 139689321596800] AH00485: scoreboard is full, not at

Chunked request

2016-09-23 Thread André Rothe
Hi, I try to understand an request filter (input). Maybe you can help me to understand the processes: The POST size of a request is larger than 8192 bytes, so the request will be split up into two pieces. I need both parts to process the request within the filter. There are further filters,