[zeromq-dev] Windows throughput perfomance. Once again.
Martin Sustrik
sustrik at 250bpm.com
Tue May 31 14:50:54 CEST 2011
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
More information about the zeromq-dev
mailing list