concurrent.futures and limit before errors #3126
Unanswered
joaosousa997
asked this question in
Q&A
Replies: 1 comment 1 reply
-
jump_server is likely going to cause issues as you are creating separate processes at the system level for this. But yes have definitely seen people use over 75 threads. In your case, I would be worried the Jump Server setup is going to be a limiting factor. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am using 75, after that it gives me an EOL Error and a read banner error as well, i think it get's really unstable.
Has anyone tried using more than 75 threads?
For context i hop to a jump server via ConnectHandler() then i write_channel() ssh to the router i want, i need to do this for 7k routers.
If anyone knows a faster way than concurrent.futures i would like to try it out!
Beta Was this translation helpful? Give feedback.
All reactions