On 20/12/2007, Kuczynski, Edward <[EMAIL PROTECTED]> wrote:
> Secondly, I'd like to go and retrieve updated data every time a get is
> requested.

In general, it's probably not a good idea to reload updated data for
*every* request.   This can be very inefficient - particularly when
walking a large table.
  A better approach would be to use the cache helper, and reload
the table data when it is regarded as "too old".

If you run
    mib2c -c mib2c.table_data.conf  -S cache=1   myTable

then this should generate the template code for a cached version
of the table.  You'd then need to update the 'myTable_load' routine
with code to fill in the contents of each row of the table.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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