I wanted to find out if  anyone has any feedback on the max number of
snmp_async_send()  queries that can be issued before running out of file
descriptors or causing slowdown  in the select() ? e.g. if I was to issue
async snmp queries to 3000 separate hosts before starting to call
snmp_select_info() and snmp_read() , will there be any issues in the
select_info() or snmp_read() ?  Would I need to use snmp_select_info2() and
snmp_read2() to use the large-fd-set or is this now used by default even for
the  snmp_select_info() and snmp_read()   call?

I am running  on Linux and also on Windows (newer versions, where file
descriptors should not be an issue).

Currently I am limiting the number of open queries by using FD_SETSIZE
(which is 64 on Windows I think).

        -vikas




------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to