[zeromq-dev] SEHException when calling zmq_init from clrzmq

Tom Robinson Tom.Robinson at artesiansolutions.com
Wed Jun 20 18:14:44 CEST 2012


> So, the question is do you have multiple ZeroMQ applications on the host?  Are they running in the same or separate contexts?

We have multiple Windows Services running on the host, some with one context, some with two (a relay service, so sender context and receiver context).

There are also multiple web applications, each of which creates 3 contexts (for three different "senders" of messages).

There's also a console application which creates a single context.

So it sounds like "Local" isn't an option and we can't use "Global" unless the web app runs as a privileged user.

Tom




More information about the zeromq-dev mailing list