Dear All! I facing some strange behaviour of zmq(version 2.1.11, complied using MSVC 2010, Windows 7 Home). Here is code example: http://pastebin.com/BJ5H8rct I setup PUB socket, set minimal HWM on it, started thread with SUB(subscribed on all messages) and start pushing data into PUB socket. After about 8 seconds(on my machine) I got OUT OF MEMORY error in src/yqueue.hpp at line 109. Then I decided to put some delays for PUB process between pushing messages and error is gone. Strange thing is that HWM set on PUB socket to keep only one message so I was expecting to loose all slow comers but definitely not get OUT OF MEMORY.
Any ideas what is this and how to avoid such problems? Serg
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
