[zeromq-dev] ROUTER and INPROC question
Robert Falcone
falcone.rob at gmail.com
Mon Oct 3 20:22:53 CEST 2011
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20111003/0aabedc9/attachment.htm>
More information about the zeromq-dev
mailing list