[zeromq-dev] ZeroMQ C++
Matteo
matteo.brichese at gmail.com
Thu Jul 25 19:28:44 CEST 2019
You need to use a non-blocking listen function if you want to send/listen
from multiple endpoint in the same process.
Check out zmq_poll, there should be an example on how to use it to have a
non blocking listen.
On Thu, Jul 25, 2019 at 10:19 AM SIMON BABY <simonkbaby at gmail.com> wrote:
> yes I tried . But could not see any sample with multiple endpoint from the
> same process. can you please helpout.
>
> Rgds
> Simon
>
> On Thu, Jul 25, 2019 at 10:13 AM Matteo <matteo.brichese at gmail.com> wrote:
>
>> Have you tried the sample in C from the docs?
>>
>> On Thu, Jul 25, 2019 at 10:07 AM SIMON BABY <simonkbaby at gmail.com> wrote:
>>
>>> Hi Patrick,
>>>
>>> Thank you for the reply.
>>> I am looking for a sample source code in c++ with multiple end-points
>>> defined in the same process. Basically my process has to send a receive
>>> messages to/from other processes.
>>>
>>> Rgds
>>> Simon
>>>
>>> On Thu, Jul 25, 2019 at 9:48 AM Patrick Boettcher <
>>> patrick.boettcher at posteo.de> wrote:
>>>
>>>> On Thu, 25 Jul 2019 09:14:46 -0700
>>>> SIMON BABY <simonkbaby at gmail.com> wrote:
>>>>
>>>> > Hi,
>>>> >
>>>> > Can anyone send me a sample application in c++ using zeromq library
>>>> > in c++ source code using multiple endpoints.
>>>>
>>>> Yes.
>>>>
>>>> regards,
>>>> --
>>>> Patrick.
>>>>
>>> _______________________________________________
>>> zeromq-dev mailing list
>>> zeromq-dev at lists.zeromq.org
>>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>>
>>
>>
>> --
>> Matteo
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
--
Matteo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20190725/86087486/attachment.htm>
More information about the zeromq-dev
mailing list