RE: table iterator with sorted tables

2007-08-07 Thread Jayaprakasha Guddenahalli Naganna
Click here for full details on this thread, http://groups.google.co.in/group/mailing.unix.net-snmp-coders/browse_thr ead/thread/7941c72cd8bed519/e4617b5803c167a8?lnk=st&q=NETSNMP_ITERATOR_F LAG_SORTED&rnum=10&hl=en MT> if (iinfo->flags & NETSNMP_ITERATOR_FLAG_SORTED) { MT> callback_loop_conte

Re: table iterator with sorted tables

2005-04-07 Thread Robert Story
On Wed, 06 Apr 2005 09:20:21 +0100 Dave wrote: DS> On Tue, 2005-04-05 at 22:00, Wes Hardaker wrote: DS> > >> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote: DS> > MT> If table interator helper is used to access sorted tables,... DS> > MT> ... Giving the get_first_data_point function access to the DS

Re: table iterator with sorted tables

2005-04-06 Thread Dave Shield
On Tue, 2005-04-05 at 22:00, Wes Hardaker wrote: > >> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote: > MT> If table interator helper is used to access sorted tables,... > MT> ... Giving the get_first_data_point function access to the > MT> indices from the request ... can begin the search starting

Re: table iterator with sorted tables

2005-04-05 Thread Wes Hardaker
> On Tue, 15 Feb 2005 20:45:41 -0500, Robert Story <[EMAIL PROTECTED]> said: Robert> On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote: MT> If table interator helper is used to access sorted tables, a small MT> change in netsnmp_table_iterator_helper_handler() can greatly improve MT> performance.

Re: table iterator with sorted tables

2005-02-15 Thread Robert Story
On Thu, 3 Feb 2005 10:01:54 -0800 Mike wrote: MT> If table interator helper is used to access sorted tables, a small MT> change in netsnmp_table_iterator_helper_handler() can greatly improve MT> performance. Giving the get_first_data_point function access to the MT> indices from the request (i.e.