in reply to snmp threads

I think you can launch some threads and use within them a local instance of Net::SNMP object for making the GET and getNext request, without any problems.

good luck

perl -Te 'print map { chr((ord)-((10,20,2,7)$i++)) } split //,"turo"'

Replies are listed 'Best First'.
Re^2: snmp threads
by Otogi (Beadle) on Dec 19, 2005 at 20:59 UTC
    I'm using net-snmp how do i created a local instance of the session? It seems that all sessions are stopped in all threads except the last created thread. Thank you!