[zeromq-dev] ROUTER and INPROC question
Pieter Hintjens
ph at imatix.com
Wed Oct 5 15:47:55 CEST 2011
Hi Robert,
Sorry for the slow answer.
Can you provide a minimal example where it does not work? I.e. one
ROUTER to one DEALER, one message sent and not received...
Thanks
-Pieter
On Mon, Oct 3, 2011 at 8:22 PM, Robert Falcone <falcone.rob at gmail.com> wrote:
> I am currently running an application with ZeroMQ 2.1.7 on Windows.
> I have a fairly simple implementation with a ROUTER and several DEALERS.
> Each DEALER runs in a thread and sends/receives messages from the ROUTER.
> Since the DEALERS are all in the same process I recently switched from a tcp
> connection to inproc connection.
> I noticed messages from one the DEALERS were not being delivered to the
> ROUTER.
> The DEALER thread was receiving messages from the ROUTER fine.
> I stepped thru and the DEALER thread and it had no error on the send call.
> For now I have switched back to tcp connections, so far no problems.
> I am not sure if the problem is the inproc connection or something else.
> Any ideas on how to proceed to isolate the problem would be appreciated.
> Thanks in advance.
>
> _______________________________________________
> 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