[AGENT++] SNMP++ advocacy

Jochen Katz katz at agentpp.com
Sat Jan 8 13:07:39 CET 2005


Hi,

> - SNMP++ is MT-safe (when properly used; I believe that at least most
> reads are MT-safe - Johen, Frank, could you confirm?),

classes like Snmp, v3MP, USM are thread safe: you can call any method at 
any time from any thread on the same or different objects.

Classes like Pdu, xTarget, Vb, Oid, UdpAddress... only synchronize 
access to static members (if there are any), as objects from these 
classes are normally not shared between different threads.

Regards,
   Jochen



More information about the AGENTPP mailing list