[zeromq-dev] Announcing ZFL
Pieter Hintjens
ph at imatix.com
Sat Aug 21 11:25:17 CEST 2010
On Sat, Aug 21, 2010 at 8:54 AM, Jon Dyte <jon at totient.co.uk> wrote:
> all the code in the standalone devices is about config. if we had a
> zmq_cfg_t class we could have an option to supply that as a constructor
> param to the socket, even in app code and by pass the
> need to call setsocketoptions etc.
Take a look at zfl_config_t, this is more or less what it does. In a
C-ish fashion.
>> One thing really missing is device multiplexing. I.e. imagine you want
>> to create 10,000 mini-queues. Right now you have to create 10k threads.
>> It would be nice if the devices can be lumped together is a single thread.
>>
>
> yes this has always been a deficiency, it should zmq_poll and the users
> be able to get there own sockets into the loop.
Reactor, maybe?
-
Pieter Hintjens
iMatix - www.imatix.com
More information about the zeromq-dev
mailing list