Skip to content
pchalamet edited this page Dec 30, 2012 · 2 revisions

All objects are thread safe but configuration objects. You can use them on different threads without synchronization.

Unless specified, Dispose() is not thread safe.

More info

Object Thread safe ? Node
XmlConfigurator Yes
ClusterManager Yes
ICluster Yes You can use it from any thread without synchronization
Config No You should only modify them on the owner thread.
Clone this wiki locally