Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-18 Thread Jeff Dik
On Thu, Mar 18, 2010 at 3:23 AM, Martin Sustrik sust...@250bpm.com wrote: Hi Jeff, I made some C# bindings a few weeks ago, but just committed it and pushed it: http://github.com/s450r1/zeromq2/blob/master/bindings/clr/Zmq.cs Nice! Can you attach a licnese to the code so that it can be used

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Jeff Dik
Hi, I made some C# bindings a few weeks ago, but just committed it and pushed it: http://github.com/s450r1/zeromq2/blob/master/bindings/clr/Zmq.cs However, it's only been tested to work with the 0MQ from a few weeks ago, before the language bindings were kicked out of the core 0MQ repository :-)

[zeromq-dev] P2P updates or another method?

2010-03-17 Thread Jeff Dik
Hi, I've been wanting to use 0MQ at work, but can't quite get the behavior I want. I think I want P2P type connections, but run into the lack of auto-connect code[1]. What I'm trying to get is for an application to send lots of messages and have those stored on a queue until a client connects