Re: Regarding SET requests

2005-10-27 Thread Robert Story
On Wed, 26 Oct 2005 08:03:12 -0700 Wes wrote: WH> madanagopal> Where and how to modify? WH> WH> I forget... Robert would likely know off the top of his head... It's in agent/snmp_agent.c. Search on the variable netsnmp_processing_set. -- Robert Story; NET-SNMP Junkie Support:

Re: Regarding SET requests

2005-10-26 Thread Wes Hardaker
> On Wed, 26 Oct 2005 12:26:21 +0530 (IST), madanagopal <[EMAIL PROTECTED]> > said: madanagopal> I think it is reasonable to expect that a SET request for madanagopal> one context not to block any SET request for some other madanagopal> context. Can this be made available by default? I d

Re: Regarding SET requests

2005-10-25 Thread madanagopal
hai, > > madanagopal> If a SET request is pending in the agent, what other > madanagopal> requests will be put on hold until that SET request is > madanagopal> processed? Is it that requests for oids handled by > madanagopal> handlers different from the one for that SET request will > madanagopal

Re: Regarding SET requests

2005-10-25 Thread Wes Hardaker
> On Tue, 25 Oct 2005 17:52:41 +0530 (IST), madanagopal <[EMAIL PROTECTED]> > said: madanagopal> If a SET request is pending in the agent, what other madanagopal> requests will be put on hold until that SET request is madanagopal> processed? Is it that requests for oids handled by madanag

Regarding SET requests

2005-10-25 Thread madanagopal
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 com