[PHP-DEV] Re: [PATCH] bug: some event from parent might be triggered by children

2009-12-16 Thread Jérôme Loyet
Le 16 décembre 2009 16:54, Antony Dovgal a écrit : > On 16.12.2009 18:33, Jérôme Loyet wrote: >> hi tony, >> >> this patch correct a behaviour that could happened randomly, depending >> on the event lib used (epoll, poll, kqueue, ...). There is some case >> in which an event created by the parent

[PHP-DEV] Re: [PATCH] bug: some event from parent might be triggered by children

2009-12-16 Thread Antony Dovgal
On 16.12.2009 18:33, Jérôme Loyet wrote: > hi tony, > > this patch correct a behaviour that could happened randomly, depending > on the event lib used (epoll, poll, kqueue, ...). There is some case > in which an event created by the parent process can be triggered in a > child. Some case? Could y