[SNMP4J] using 2 Snmp objecft each with own transport mapping?

Frank Fock fock at agentpp.com
Wed May 5 22:14:02 CEST 2004


Hi Guy,

By using two different transport mappings you will use two different ports
which will provide two buffers from the OS, one for each port. This will,
of course, provide better scaling. But you can achieve the same by 
increasing
the systems UDP buffer size. Two Snmp instances will also double the number
of threads for receiving responses/requests which will scale better on a
mltu-processor system but not on a single CPU machine.

Best regards,
Frank

Guy Katz wrote:

>hi;
>do i benefit from instanciating multiple Snmp objects each with its own
>transport mapping(all default UDP)?
>will the application scale better or is this no relevant.
>thanks.
>
>____________________
>Guy Katz
>Allot Communications
>gkatz at allot.com
>tel: +972 9 7619288
>fax: +972 9 7443626
>
>_______________________________________________
>SNMP4J mailing list
>SNMP4J at agentpp.org
>http://p15141779.pureserver.info/mailman/listinfo/snmp4j
>
>  
>





More information about the SNMP4J mailing list