>>>>> On Thu, 22 Dec 2005 09:40:45 -0500, Glenn McAllister <[EMAIL PROTECTED]> >>>>> said:
Glenn> Any suggestions on what approach I should take? While the FAQ Glenn> entries for mib2c are helpful, and point me to the iterate or Glenn> mfd config files to deal with tables that have external data, I Glenn> was hoping someone could point out in advance whether or not Glenn> the standard approaches will scale to the 10,000+ row case. Well, what you need to make sure your code supports is a notion of caching. The MFD code in particular helps you implement caching so that you should only have to communicate with your other process once the cache expires by collecting all the information in the agent temporarily. Obviously, however, this can make the agent memory grow quite a bit but it greatly reduces CPU time (a trade off). Can it scale to 10000 rows? Yes, but you will have to use some careful programming. -- Wes Hardaker Sparta, Inc. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
