[zeromq-dev] ZeroMQ Issue
Federico Spagnolo
federico.spagnolo at gmail.com
Fri May 10 17:36:25 CEST 2013
Hello,
I'm just developing a C# client application that requests some data to some
servers.
I'm using ZeroMQ Client/Server pattern to perform this solution.
The servers are linked by wireless connection, so the connections are not
always guaranteed.
I noticed some problem using ZeroMQ when some communications expired with
the timeout.
In order to debug this problem, I created a simple project that call a
no-connected server (see attachment).
Using a port sniffer, I noticed that a huge quantity of ports are opened
and not closed, as you can see by the second attached file (shooted after
few requests).
My software scenario is:
- Windows 7 Home Edition 64 bit
- Microsoft C# Express 2012
- clrzmq version 3.0 downloaded by NuGet.
- libzmq.dll compiled in C++ on my machine.
Using google is not simple to find some C# ZeroMQ support so I hope your
experience could help me.
Thanks in advance.
Federico.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130510/12a7acbe/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ZeroMQfolder.rar
Type: application/rar
Size: 1199027 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130510/12a7acbe/attachment.rar>
More information about the zeromq-dev
mailing list