>>>>> On Wed, 7 Jul 2004 18:28:45 +0100, <[EMAIL PROTECTED]> said:

holger> Unfortunately my table could return far more than 120 rows and
holger> I am afraid this n-squared behaviour will bring my processor
holger> to it's knees. Well, I guess I just have to live with it.

1) make sure you are using version 5.1 or above, which drastically
   decreased the number of times those functions get called.

2) consider, once you're using 5.1, using the injectable stash_cache
   helper (see the snmpd.conf manual page), which will bring it down
   to 120 but will cache the data for a period of time.

-- 
Wes Hardaker
Sparta


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to