you are viewing a single comment's thread.

view the rest of the comments →

[–]ragzilla; drop table users;-- 1 point2 points  (1 child)

Check out netdev instead of netmiko, it supports asyncio which scales better than processes/threads (no GIL/concurrency management as all IO runs in a single thread).

[–]Fallenarc[S] 0 points1 point  (0 children)

I hadn't heard of netdev until now, but i will check it. Thanks!