hai, If a SET request is pending in the agent, what other requests will be put on hold until that SET request is processed? Is it that requests for oids handled by handlers different from the one for that SET request will also put on hold? What about requests for other contexts? We are communicating with an external process to get the values for the requested oids. So we have written a handler directly on top of table_handler, where we mark the request as delegated and forward them to the external process. Since we need to just forward all the requests to the external process, the single handler is registered for all the tables and contexts for which we are responsible. We want one SET request for one table not to block any other request for other tables for the same context. Also we want one SET request for any table for one context not to block any other request for any table for a different context. Is this possible or how to achieve this?
------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
