Re: Table Iterator architecture question

2005-08-15 Thread Mike Varley
Thanks for the response Robert! MV Robert Story wrote: On Tue, 09 Aug 2005 14:30:20 -0400 Mike wrote: MV> That is, for every iteration through the table rows, the entire row is MV> copied into the agent using snmp_set_var_value; and the entire table is MV> iterated over before the 'handler' m

Re: Table Iterator architecture question

2005-08-12 Thread Robert Story
On Tue, 09 Aug 2005 14:30:20 -0400 Mike wrote: MV> That is, for every iteration through the table rows, the entire row is MV> copied into the agent using snmp_set_var_value; and the entire table is MV> iterated over before the 'handler' method is called and the requested MV> variable is returned