2009/7/13 Arindam Gupta (arindamg) <[email protected]>: > I am using NetSNMP ver 5.1 on Linux platform.
That's a very old release, and is no longer being maintained. We would suggest that you consider upgrading. But that doesn't really affect the questions you ask. > I have few questions on that : > > 1) Is it a multi-threaded application? Net-SNMP isn't an application - it is fundamentally a programming toolkit, which can be used for developing applications (both single- and multi- threaded). The Net-SNMP suite does come with various applications (both command line tools and an SNMP agent). None of these are multi-threaded. If you want to develop multi-threaded applications, then see the file README.thread > 2) Is there any configuration to limit the number of connection to be > handled simultaneously? Nothing springs to mind immediately .You'd primarily be limited by the resources on the O/S (e.g. maximum number of file descriptors, available memory, etc). Though you might run into problems with 'select' if you have more than FS_SETSIZE (i.e. 1024) connections. Dave ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
