[SNMP4J] Please help me on SNMP4j Asynch comm

SALINI JOSEPH salinijoseph at gmail.com
Wed Jul 3 14:25:09 CEST 2013


Hi,

We have a requirement like we need to support snmp get on multiple
OIDs for around 10000 devices.
Planning to go with asynch communication.
The problem we are facing is it is not releaseing the lock.
The way we proceed is for each device we are creating a thread and
sending the request.
Once it got the response the values are putting into one array.

In windows OS everything went fine. But on linux it is not releasing
the thread. the threads are still alive.

Can you please help me in this.
We are using normal ResponseListener only. Dont know whether this is
the correct way or is there any aulternative.

One more questing I had seen MultiThreadedMessageDispatcher.
Is it possible use the same with snmpget? or is it specific to traps?

Regards,
Salini Joseph



More information about the SNMP4J mailing list