O'Rourke, Paul wrote:
Hi,

A quick question about the utilities for asynchronous table requests.

I see that the getTable member function supports receiving rows of table
data asynchronously

through a supplied callback. In the sample code the rows of asynchronous
data are being received one table

query at a time. Is it possible to make multiple asynchronous table
queries run at the same time

on the same thread? I would like to make a large number of table queries
at the same time on

a slow network and I do not want to have to wait for each table query to
complete before I can run the next one.

Thanks in advance

-Paul



This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately.
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j


Yes it is. Just keep making your table calls. There is nothing stopping you from having multiple running at the same time. _______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to