Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
odfdom-0.8.6
-
None
-
None
-
Operating System: Windows
Platform: PC
-
339
Description
If a document is openning with ODFDOM by multiple threads, some threads hang. By looking into the stack, the problem is caused by HashMap used in concurrent environment.
So we need to change the type of static variables from HashMap to Hashtable. One place I found is some variables definition in OdfXMLFactory. There might be other places which should be changed.
Patches will be uploaded later.
Regards
Daisy