On Thu, 29 Nov 2007 19:50:45 +0530 Sridhar wrote: SA> set the cache->flags |= NETSNMP_CACHE_AUTO_RELOAD, will this invoke SA> devTable_container_load at the expirey of the cache timer?
Yes. SA> I have different problem with other table, i do not know how many entried are SA> present in the table since the data is being read from a different process. Is SA> there a way to set say 10 entries (index) and then later at the time of row prer SA> fill only 6 i.e.., resize the table and free the rest of the data. Is there any SA> other solution? Is 'prer' a typo for 'prep'? If so, then I wouldn't think that would work, as the agent has already selected a row. If you happened to remove the row it selected, bad things would probably happen. If you have to read the data from another process and it must be current to satisfy each request, don't use the cache helper. ------------------------------------------------------------------------- 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-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
