[zeromq-dev] Announcing ZFL
Jon Dyte
jon at totient.co.uk
Sat Aug 21 08:54:05 CEST 2010
Martin Sustrik wrote:
> Pieter,
>
>
>> The principal goal is to aggressively reduce the LoC in 0MQ devices
>>
>
>
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.
> 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.
> Martin
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
More information about the zeromq-dev
mailing list