[pysnmp-users] asynchronous GET and WALK
Brought to you by:
elie
From: Ivan B. <ibr...@gm...> - 2008-05-21 14:07:13
|
first thing thanks for writing such useful module. I haw few questions I am using pysnmp to query devices for some GET wales and also for some WALK's, and it is doing fine but since I plan in near future to query cca 3000 devices I am looking at asynchronous mode. Currently I am using synchronous queries in pool of worker thread's, it is working fine. But as I seen from documentation and other examples asynchronous model would be better for souch task. Now some questions. 1. I tried examples from mailing list for WALK and it works but then I can't use GET example , do I need to to haw 2 *cbFun functions for this? 2. Actually I don't need full SNMP WALK only number values in that tree is there faster way then snmpwalk and then count values? 3. If I have for instance 3000 gets to do in *asynchronous can they make network congestion if they go altogether, and can I set some limit there? Thanks Ivan |