]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
master-child API change: Use a separate fd for tracking when master dies.
authorTimo Sirainen <tss@iki.fi>
Wed, 15 Dec 2010 17:07:01 +0000 (17:07 +0000)
committerTimo Sirainen <tss@iki.fi>
Wed, 15 Dec 2010 17:07:01 +0000 (17:07 +0000)
commitcbcba924a745c938260fd39cb284175b75f8eaf2
treea17b7a6f1b7c194a0c0a00732134a985662af2c0
parenta2e77b012bcb13baba1ab8e5604f2d096a4f374a
master-child API change: Use a separate fd for tracking when master dies.
This works around a Linux performance problem where when one process writes
to status fd all the other processes of the same service type wake up.
src/lib-master/master-interface.h
src/lib-master/master-service.c
src/master/common.h
src/master/main.c
src/master/service-process.c