On Wed, 2010-11-17 at 10:09 +0000, T-zex wrote: > Hi, > > I'm getting System.AccessViolationException: Attempted to read or > write protected memory, when subscribing from multiple processes on > the same port. > I've noticed that if delay is introduced between each subscribtion > this exception is not thrown anymore. > Is it required to do some node coordination in such scenario? We are > using c# binding on windows. > > Stack: > at ZMQ.C.zmq_recv(IntPtr, IntPtr, Int32) > at ZMQ.Socket.Recv(ZMQ.SendRecvOpt[]) > > Thanks. > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
Hi, I ran a test with 16 client applications subscribing to the same publisher using TCP protocol and there was no exception generated. I was using CLRZMQ2. I think you will have to supply more information for the problem to be identified Michael _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
