[zeromq-dev] C# test programs

Martin Sustrik sustrik at fastmq.com
Tue Jan 13 15:28:33 CET 2009


Michael Greene wrote:
> Hi Tamara and all,
> 
>> The C# project file can be found at
>> http://svn.fastmq.org/svn/zeromq/trunk/windows/dnzmq/
>> We have implemented latency tests dn_local_lat.cs and dn_remote_lat.cs
>> and throughput tests dn_local_thr.cs and dn_remote_thr.cs. The usage is
>> similar to other latency/throughput tests.
> 
> Great!  It should be noted that libdnzmq itself is Managed C++ and
> will only work on Windows, lest any Mono users spend too much time
> trying to get the C# projects to work.

Good point, Michael! 0MQ .NET client is written in managed C++ and thus 
won't work with Mono (where there is no C++ compiler AFAIK). Does anyone 
have any idea of how to wrap raw C++ code (0MQ API) to make it 
accessible from Mono?

Martin



More information about the zeromq-dev mailing list