History log of /dovecot/src/lib-master/ipc-server.h
Revision Date Author Comments Expand
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.