History log of /dovecot/src/ipc/ipc-group.h
Revision Date Author Comments Expand
eef20a55e19a239244b14963d716cf0d070fe1bb 23-May-2011 Timo Sirainen <tss@iki.fi>

ipc: Fixes when sending commands to an empty group.

83942ac160cdfb922c3a2f29ddfae2a13ebf8b5d 20-May-2011 Timo Sirainen <tss@iki.fi>

Added support for a simplified IPC infrastructure. The idea is that you have one "ipc" proxy process, where all server processes connect to. IPC clients can then connect to the proxy and ask it to forward commands to either a specific server or all servers. The proxy does this, and forwards back any replies from the server.