>>>>> On Thu, 03 Jun 2004 14:03:31 -0400, Glenn MacGregor <[EMAIL PROTECTED]> said:
Glenn> I am upgrading my application to use Net-SNMP version 5.1.1 from Glenn> 4.2.6. I poll many SNMP devices so I only open one "dummy" session and Glenn> change the transport_data member of the pdu to be the correct Glenn> sockaddr_in for where I want to send to. The reason I do this is Glenn> because open a session for each host I poll would cut the number of Glenn> devices I can poll in half due to the open socket limits on Linux. Is Glenn> this valid, or am I screwing something up by doing this? Is there a Glenn> better way to achive this (all my SNMP traffic is async)? The proper solution would be to fix the library so it doesn't open new ports for ever session. Oh, and then send us a patch so it'll be available later ;-) -- Wes Hardaker Sparta ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
