On Mon, 15 Nov 2004 11:18:29 -0800 Ram wrote: R> I am trying to implement modules for external data. I am trying to map R> that external data to loop-context and data-context in table retrieval R> functions. This means I will ask agent to directly read/write data from R> the external location (actual location) if there is any get/set R> operation . I am using existing table_iterator module to implement R> this approach. Correct me if I misunderstood any thing.
The only potential gotcha with the table_iterator is performance for large tables. If you table isn't too big, it shouldn't be a problem. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
