On Tue, Oct 6, 2015 at 12:59 AM, Stefan Fritsch <s...@sfritsch.de> wrote: > > There are worker slots (one for each thread) and process slots (one > for each process). You are right about the worker slots. But the > process slot is immediately re-used by the new process. It contains > summary information like the number of open/async/keepalive > connections.
Hm, you are right. > > BTW, there is quite a bit of code in mpm event that deals with this > taking over of some of the worker slots of an old process before it > has completely terminated. It seems to have been a part of the > original design inherited from mpm worker. Does anyone know if this > feature has been intentionally disabled in mpm event? Dunno, but maybe we could use atomic operations for the process scores, so that all the generations can report simultaneously...