Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Thread safety?  (Read 6790 times)
wez
Newbie
*
Posts: 5


View Profile Email
« 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?
Logged
Pages: [1]
Print