On Mon, 06 Jun 2016, FRIGN <dev_AT_frign.de> wrote:
> What it all brings up is the issue of IPC. Can you people suggest
> your favourite approach to IPC? If not, maybe we could look into
> writing a very simple library (name-suggestion "sippy" :P) which
> builds on top of UDS and implements a very simple messaging
> protocol.
I know I'm starting to sound like an OBSD fanboi, but have you
considered imsg?
http://man.openbsd.org/OpenBSD-current/man3/imsg_init.3
Otherwise I'm a fan of anything simple, ASCII, human-readable,
newline-terminated.
<3,K.
Received on Mon Jun 06 2016 - 14:53:05 CEST