Laurent, If you look at some old iMatix code, in the OpenAMQ package (www.openamq.org), there's a C portability library called base1/SFL that has a module called sflproc.c that contains a method process_server() that does what you need. You can find examples of it being used in various places in OpenAMQ.
-Pieter On Wed, Jun 12, 2013 at 8:39 PM, Laurent Alebarde <[email protected]> wrote: > Hi list, > > This is not a truly 0MQ topic, but may fit with the CZMQ philosophy, > particularly zsys or zthread. I am looking for a mean to daemonise (Linux) > or service (Windows) a 0MQ app, so portable *nix/MacOSX/Windows. I have > digged into many portable libraries like QT, POCO, Boost, ACE and others, > but they are poorly documented and difficult to use. They are certainly all > worth the investment for companies, but not for a single guy in his garage. > > Does someone has something (nearly) off-the-shelves to share please ? > > Cheers, > > > Laurent. > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
