Dave Shield wrote:
2009/3/31 parveen yadav <parveenya...@coraltele.com>:
I have query about table request handling using table iterator.
Is there any special handling for multiple requests for same table at
same time.
No - the iterator handler will deal with that for you.
If i uses walk from two MIB browser on same table it should get
corrupted but that is not happening.
Each individual request is processed separately - whether it is
part of an "snmpwalk" or not.
Please do not confuse the processing of a single SNMP request
(which is handled by the iterator helper), with the processing
of a full snmpwalk (which is handled by the snmpwalk command).
These are two completely different things.
Please provide some suggestion on the same.
Everything should Just Work.
Don't you worry your pretty little head about it :-)
Dave
thanks for reply,
But what i want to know is -----
When i have given walk request it is extracting data from agent.
during this process i have given another walk request for same table.
since agent is returning data to for request one by one.
the data for other request should start coming after finish of first
request. But it starts immediately.
(Same table in both request.)
so either my table handler is called from two request handlers at same
time or there is some session unmaintained for each request.
just a simple query but it might clear few doubts about snmp agent.
------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users