I notice zlog.c was added to czmq recently

in the machinekit project we used syslog from a cyclic process which at times 
generates log messages in short succession, but should not block on syslog()

we had all sorts of problems with blocking, funny hangs in futex calls and 
whatnot with syslog

we got rid of them for good by replacing syslog by syslog_async :

http://thekelleys.org.uk/syslog-async/READ-ME
license is GPL2/GPL3 only 
see also: http://lists.sip-router.org/pipermail/users/2008-October/020101.html

- Michael

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to