Re: To avoid multiple call for lower layer api

2007-12-03 Thread Dave Shield
On 03/12/2007, Senthil Nathan <[EMAIL PROTECTED]> wrote: > My question is when i make the getBulk request ,the lower api is called as > many row times,how can i avoid that? How about using the cache helper. Move the 'InfoSupply' call into a "load_info" routine, rather than having it in the main

To avoid multiple call for lower layer api

2007-12-03 Thread Senthil Nathan
Hi All, I am using the net-snmp 5.3.1 for my snmp sub agent , the agent is external to the system,that is the data supplied by lower layer. I have an issue, when i called the getbulk from the snmp Manager, What i understand that the getBULK request converted into series of get Request(even