Re: Thundering herd and MPMs (for dummies)

2016-04-16 Thread Yann Ylavic
On Sat, Apr 16, 2016 at 2:17 PM, Yann Ylavic wrote: > Hi Luca, > > On Sat, Apr 16, 2016 at 12:07 PM, Luca Toscano wrote: >> The sockets are non blocking and without any guard before the >> apr_pollset_poll (between processes I mean) there might be

Re: Thundering herd and MPMs (for dummies)

2016-04-16 Thread Yann Ylavic
Hi Luca, On Sat, Apr 16, 2016 at 12:07 PM, Luca Toscano wrote: > The sockets are non blocking and without any guard before the > apr_pollset_poll (between processes I mean) there might be the risk of > having two or more listener threads trying to accept the same new >

Re: Thundering herd and MPMs (for dummies)

2016-04-16 Thread Luca Toscano
2016-04-09 12:26 GMT+02:00 Luca Toscano : > Hi Apache devs, > > as part of my documentation duties I would like to add some details about > how connections are accepted in Event (for > http://httpd.apache.org/docs/current/misc/perf-tuning.html and >