On 06/21/2016 03:45 AM, Gibson, Jack wrote:
Any tested the limits of the dispatch router's number of connections? I've
created a pretty simple (rudimentary) test where I increase the number of
consumer/producer processes. Each process either consumes or produces
leveraging the proton python API. It seems to start through connection errors
at a little over a thousand connections, any thoughts to get more as that seems
pretty low given the usage pattern as a connection concentrator?
Jack
On my system, "ulimit -n" shows a limit of 1024 open files (FDs). You
may be hitting your process' FD limit.
-Ted
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]