[zeromq-dev] Reg. handling request-response in multiple threads

Doron Somech somdoron at gmail.com
Sun Nov 22 17:46:39 CET 2015


Yes! Use client-server socket types, they are thread safe, you can get the
request in one thread and reply from another. Available in master of libzmq
and czmq. Read the docs in czmq. Let me know if you have any more questions.
On Nov 22, 2015 18:00, "Naveen Shivegowda" <naveenscs at gmail.com> wrote:

> Hi,
>
> Is there any way where in process we can handle request in the main thread
> and reply back to the request using other thread.
>
> I wanted to know if any other way is present other than poll/inproc
> mechanism for above situation.
>
> Regards
> Naveen S
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20151122/5a26abc2/attachment.htm>


More information about the zeromq-dev mailing list