I want to use multithreading to poll(snmpwalk) a number of devices, I have read that netsnmp package is not multithreading safe. I need a package that will give me a thread safe module to do this. I would also appreciate multithreaded code examples that do the requested efficiently.
Thank you in advance.