On 16 March 2010 09:10, Zhao Li H <zhao.h...@ericsson.com> wrote:
> We have our data stored in a AVL tree, that makes the search very quickly.
> Is it ok to use raw table helper which is templated in mib2c.raw_table.conf?

Of course you can.

That does mean you'll have to do most of the processing from within
your table handler.  All that the helper chain will do for you is decoding
the index values.   So you'll have to take care of locating the correct
row for yourself.
   But if that gives you the performance you need, then go right ahead.

Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to