[zeromq-dev] .NET port
Martin Sustrik
sustrik at 250bpm.com
Fri Aug 5 09:16:53 CEST 2011
Hi Fil,
> Hi all, has anyone considered doing a C++/CLI (.NET) port of ZeroMQ;
> rather than a binding?
I am not aware of that. You are free to try.
However, the libzmq functionality is quite complex and requires lot of
work to reimplement. Thus, the actual ports so far (javascript etc.)
choose to implement a "client" library:
1. TCP transport only.
2. There's no "bind", just "connect"
3. The connect is synchronous
4. Sends and recvs are synchronous.
5. No auto-reconnections, connection errors are reported to the user.
Doing the above requires just a modest amount of work.
> Also, is there any movement on IPC on Windows?
See the discussion on the mailing list 20 mins before your email arrived.
Martin
More information about the zeromq-dev
mailing list