[zeromq-dev] libzutil - utility library

Paul Colomiets tailhook at yandex.ua
Sat Apr 16 20:47:56 CEST 2011


Hi Peter,

15.04.2011, 19:38, "Pieter Hintjens" <ph at imatix.com>:
> Hi all,
>
> I'd like to start the discussion of a utility library, libzutil.  This
> should be a thin layer on top of libzmq, wrapped by all bindings.
>  [.. snip ..]
> * Provide a set of clock and timer functions (which aren't otherwise portable).

I think clock and timer functions should be contained in a library, which has
a main loop. Unless you need them for devices or other library functions,
do you? You seems to have main loop in libzapi, not libzutil.

BTW, whats relationship between libzapi and libzutil?

> * Provide a thread creation API (which is otherwise not portable).
>
Most languages has their own thread creation API. Doesn't this would
conflict with languages' threads on any platforms?

> ++ Devices
> * A //router// device that switches messages in and out of a front-end
> ROUTER socket, switching addresses during each cross-over.

I don't understand what this means. Is it LRU broker or some helper
for building custom broker?

--
Paul



More information about the zeromq-dev mailing list