On 30 June 2010 17:44, Jens Mehnert <[email protected]> wrote: > The second problem I've is that if I'm using two contexts I'm running into > troubles when I'm changing > the protocol to epgm. Because in that case I'm getting following error: > Assertion > failed: !pgm_supported () (zmq.cpp:239) > > // Unfortunately, OpenPGM doesn't support refcounted init/shutdown, thus, // let's fail if it was initialised beforehand. zmq_assert (!pgm_supported ());
i.e. ZeroMQ only allows one PGM session per process. OpenPGM v3 has implemented reference counting to resolve such issues. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
