|
I'm trying to use Net::SNMP in a threaded script.
I declare a new session in each thread and get all sorts of weird behaviour ie: session using wrong communities, devices not responding.
Can i somehow write the code in thread safe mode? What else can i do?
|