-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thread safety with eznc #1213
Comments
@dineshbaburam91 @chidanandpujar Can you please look into this and help @luckenbach |
Hi , I have validated the pyez connections , maximum 30 parallel connections can be open and beyond that we are seeing the connection errors .
Thanks |
Netconf trace logs for reference root@tt-chipujar-14456117-vm:~ # cat /var/log/install_test.log |
@chidanandpujar did you check whether you were hitting the max number of user pids? if true, you should see a log like: |
I've authored a web service that is deployed via k8s to attain various information about our Juniper stack and often get this error
This is running inside of Falcon what is the recommend way to ensure that EzNc will establish a unique socket for each request and not attempt to reuse? It maybe of note that Falcon is noted as Thread Safe but I dont see any other documentation around NCClient or EZNC as being threadsafe
The text was updated successfully, but these errors were encountered: