Re: Thundering herd and MPMs (for dummies)

2016-04-24 Thread Luca Toscano
2016-04-18 8:47 GMT+02:00 Luca Toscano : > Hi Yann! > > 2016-04-16 14:20 GMT+02:00 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 b

Re: Thundering herd and MPMs (for dummies)

2016-04-17 Thread Luca Toscano
Hi Yann! 2016-04-16 14:20 GMT+02:00 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

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 the risk of >> having two or more listener thread

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 > connection, ending up in on

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 > https://httpd.apache.org/docs/2.4/mod/event.html

Thundering herd and MPMs (for dummies)

2016-04-09 Thread 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 https://httpd.apache.org/docs/2.4/mod/event.html). I am not super expert with the MPMs code so what I