IPC Server/Client wrapper around libevquick.
libquickserv serves as a wrapper template for quickly implementing server/client models for IPC-communication on Linux machines. The library is build around libevquick that allows for quick event creation with the least amount of system calls. See libevquick for more details.
libquickserv highly depends on libevquick and thus provides close wrapper-functions for the same utilities that libevquick provides. See libevquick for more details. The functions calls are hence the same except for the fact that libevquick
is replaced by quickserv
.
For a more detailed explaination of the API, see libquickserv.h