This is a discussion on Re: Memory leak in sub-agents within the SNMP Users forums, part of the Networking and Network Related category; Hi, I am not populating the data locally(requirement) instead i pass the request to the EMS and the response ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am not populating the data locally(requirement) instead i pass the request to the EMS and the response is passed to the snmpd. The reason behind this approach is if i get a request for the RTP table it is not easy to populated the data locally because it contains more than 1000 indexes (EMS maintains all these data in the database) hence i am not maintaining the data locally, hence there is no need for get_first and get_next methods. On Mon, 2005-04-25 at 14:11, Dave Shield wrote: > On Mon, 2005-04-25 at 04:30, Sasikumar Bodathula wrote: > > Below is the code which i modified to suit our need. Is there > > anything wrong with the modification. > > If you're using the iterator helper, where are the > 'get_first' and 'get_next' hook routines? > > The basic structure of this helper is that you walk through > the rows of the table, one at a time, and the helper decides > which row is needed for any given request. > But without the get_{first/next} hooks, I wouldn't have > thought that this code would work at all. > > Dave > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Net-snmp-users mailing list > Net-snmp-users@lists.sourceforge.net > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/...net-snmp-users ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |