hi all, I have a subagent which needs to talk to an internal daemon using a asynchronous request/response mechanism. The problem is, I am using baby-steps handler and i am inside one of its state. I cannt set the request to 'delegated' state as this is only handled by the outside set state machine.
And also to make matters worse, I dont have a cache of object indexes in this subagent. This subagent queries internal daemons to get the assoicated objects. I am achieving this by implementing my own netsnmp_container. So whenever CONTAINER_* is invoked I want to make query to an external daemon to get the first object or the next one. Now these CONTAINER_* calls are invoked from within table container, this makes it hard for me to save the request state to delegated and get back to the processing where we left. let me know if there are any existing ways to solve these problems. thanks Srinivas ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
