[zeromq-dev] Hang in a receiving application
Ville Aine
ville.aine at blackshear.fi
Fri Jun 26 18:15:32 CEST 2009
Hi Martin,
On Fri, Jun 26, 2009 at 05:55:00PM +0200, Martin Hurton wrote:
> Do you use swapping? If so, what is the size of the swap file?
No. The client side queue is created like this:
zmq_create_queue(zmq_handle, LOCAL_QUEUE_NAME, ZMQ_SCOPE_LOCAL, NULL,
ZMQ_NO_LIMIT, ZMQ_NO_LIMIT, ZMQ_NO_SWAP);
And while the sending side is pushing data faster than the receiver can process
it, the memory usage of the client has been withing reasonable limits.
Thanks,
Ville
More information about the zeromq-dev
mailing list