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
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
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
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
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
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