PureMVC Architects Lounge

PureMVC Manifold => Standard Version => Topic started by: wez on August 01, 2008, 05:13:14



Title: Thread safety?
Post by: wez on August 01, 2008, 05:13:14
Shouldn't the maps (commandMap, proxyMap, mediatorMap, observerMap!!! ) be threadsafe?
So wouldn't it be better to use java.util.concurrent.ConcurrentHashMap instead of java.util.Hashtable?