Bug report for Apache httpd-2 [2016/09/18]

2016-09-18 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Async write completion broken in trunk?

2016-09-18 Thread Stefan Fritsch
Hi Graham, On Wed, 14 Sep 2016, Graham Leggett wrote: > On 06 Sep 2016, at 12:06 AM, Stefan Fritsch wrote: > > > in trunk, when having a lot of slow long running transfers, most of them > > seem > > to hog a thread and only a few of them go into async write completion mode.

Re: Frequent wake-ups for mpm_event

2016-09-18 Thread Luca Toscano
Hi Stefan, 2016-09-15 11:41 GMT+02:00 Stefan Priebe - Profihost AG < s.pri...@profihost.ag>: > Hi, > > Am 15.09.2016 um 11:20 schrieb Stefan Eissing: > > The patch works nicely on my OS X workhorse. Without it, I see 5-15 > reactivations of the child processes every second, with the patch it

Re: NetWare testing httpd-trunk with apr,apr-util 1.6

2016-09-18 Thread Yann Ylavic
On Sun, Sep 18, 2016 at 8:24 AM, NormW wrote: > On 18/09/2016 8:52 AM, Yann Ylavic wrote: >> >> On Sat, Sep 17, 2016 at 1:30 PM, NormW wrote: >>> Index: locks/netware/thread_cond.c ===

Re: Frequent wake-ups for mpm_event

2016-09-18 Thread Yann Ylavic
On Sun, Sep 18, 2016 at 12:16 PM, Luca Toscano wrote: > > 2016-09-15 11:41 GMT+02:00 Stefan Priebe - Profihost AG > : >> >> that sounds great. Is there a version available that applies to 2.4 ? > > I tried to study/port Yann's patch to 2.4.x. but it

Re: Frequent wake-ups for mpm_event

2016-09-18 Thread Stefan Priebe - Profihost AG
Hi Yann, Am 18.09.2016 um 14:16 schrieb Yann Ylavic: > On Sun, Sep 18, 2016 at 12:16 PM, Luca Toscano wrote: >> >> 2016-09-15 11:41 GMT+02:00 Stefan Priebe - Profihost AG >> : >>> >>> that sounds great. Is there a version available that applies to

Re: Frequent wake-ups for mpm_event

2016-09-18 Thread Stefan Priebe - Profihost AG
Hi Luca, Am 18.09.2016 um 12:16 schrieb Luca Toscano: > Hi Stefan, > > 2016-09-15 11:41 GMT+02:00 Stefan Priebe - Profihost AG > >: > > Hi, > > Am 15.09.2016 um 11:20 schrieb Stefan Eissing: > > The patch works nicely on my OS X

Re: NetWare testing httpd-trunk with apr,apr-util 1.6

2016-09-18 Thread NormW
On 18/09/2016 8:52 AM, Yann Ylavic wrote: On Sat, Sep 17, 2016 at 1:30 PM, NormW wrote: Hi, Having little to watch on TV, have played about with httpd-trunk and apr-1.6, to see where the hiccups are hiding... What follows are the issues found, and in most cases, fairly simple