Re: Net-SNMP blocking for SET requests

2010-03-29 Thread Robert Story
On Sat, 27 Mar 2010 17:12:16 +0530 (IST) madanagopal wrote: M> Is this the right place to change so that blocking will not take place? M> Is there anything else that needs to be changed? that should do it... -- Download I

Re: Net-SNMP blocking for SET requests

2010-03-27 Thread madanagopal
Hi, > On Wed, 24 Mar 2010 14:02:52 +0530 (IST) madanagopal wrote: > M>I came to know of a problem in Net-SNMP where if there is a SET request > M> outstanding in the agent, it will not process any other request (even > M> though the new request is a GET request for a different OID). Is the > M

Re: Net-SNMP blocking for SET requests

2010-03-24 Thread Robert Story
On Wed, 24 Mar 2010 14:02:52 +0530 (IST) madanagopal wrote: M>I came to know of a problem in Net-SNMP where if there is a SET request M> outstanding in the agent, it will not process any other request (even M> though the new request is a GET request for a different OID). Is the M> problem co

Net-SNMP blocking for SET requests

2010-03-24 Thread madanagopal
Hi, I came to know of a problem in Net-SNMP where if there is a SET request outstanding in the agent, it will not process any other request (even though the new request is a GET request for a different OID). Is the problem correct? Is the problem still there? When is it likely to be solved?