I cannt make it synchronous. could you give me some pointers as to how u would go about doing it?
or i could come up with a plan and ask your opinion. thanks Srinivas --- Robert Story <[EMAIL PROTECTED]> wrote: > On Tue, 26 Jul 2005 09:43:35 -0700 (PDT) Srinivas > wrote: > SA> I have a subagent which needs to talk to an > SA> internal daemon using a asynchronous > request/response > SA> mechanism. > > I think you are going to have to make the > communication synchronous. > > SA> And also to make matters worse, I dont have a > cache of > SA> object indexes in this subagent. This subagent > queries > SA> internal daemons to get the assoicated objects. > I am > SA> achieving this by implementing my own > SA> netsnmp_container. So whenever CONTAINER_* is > invoked > SA> I want to make query to an external daemon to > get the > SA> first object or the next one. > > You should try using the cache, but setting the > timeout to 0, which will cause > it to be reloaded for every request. Can you live > with a cache that only > exists for the duration of the current request? > > > -- > NOTE: messages sent directly to me, instead of the > lists, will be deleted > unless they are requests for paid consulting > services. > > Robert Story; NET-SNMP Junkie > Support: <http://www.net-snmp.org/> > <irc://irc.freenode.net/#net-snmp> > Archive: > <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> > > You are lost in a twisty maze of little standards, > all different. > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
