On 05/31/2011 01:15 PM, Геннадий Казачёк wrote: > 10000 packets > zmq :: mailbox_t :: recv Hit count - 126. > > 50000 packets > zmq :: mailbox_t :: recv Hit count - 611. > > Linear dependency. I guess It's a bunch of small equal waits.
Ok. The next thing would be to why each mailbox_t::recv takes ~1 second. The function doesn't do much, there's no way it could work for 1 second, so it's basically being asleep there. It can, for example, be waiting for a message because sender blocks for 1 sec at times. Etc. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
