I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-07-27 11:25:40-07 by frogmaster
is Net::SNMP thread safe?
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?
Direct Responses: 11370 | Write a response
Posted on 2009-08-26 12:43:22-07 by dtown in response to 11217
Re: is Net::SNMP thread safe?
The Net::SNMP module has been tested in a Perl ithread environment. Can you provide an example of what you are doing?
Direct Responses: Write a response