Re: Sharing a cache between different OIDs

2011-03-02 Thread Dave Shield
On 2 March 2011 11:28, Alec Edgington wrote: > The MFD framework makes it easy to implement a table with its own > cache. But I cannot see an obvious way to get several different tables > (and scalars) to share a single cache. Have a look at the code for the ifXTable (if-mib/ifXTable/*) This sha

Sharing a cache between different OIDs

2011-03-02 Thread Alec Edgington
Hello, I am trying to implement a subagent, making as much use as I can of mib2c (and so far I've been trying to use the MFD framework). The problem is that my MIB consists of groups of tables and scalars which I want to share a small number of underlying caches. The MFD framework makes it easy