Or if you IPC calls are sending simple data just create your own
protocol
and use plain sockets.
Yes, small amounts of data are sent to and received from the server.
So, sockets seem to be the correct approach, especially because I
don't really like to implement an extravagant solution -- and sockets
are probably well documented...