-
Patch
-
Resolution: Done
-
Major
-
jboss-ws4ee-4.0.3
-
None
-
None
Each time on of the createElement methods is invoked it calls getOwnerDocument which <i>always</i> creates a new DocumentBuilder.. this takes alot of time.. the attached DOM2Utils caches the DocumentBuilder in a threadlocal (dont know if its threadsafe)..
this improvement boosted performance of some of the ws-samples under loadtesting
- relates to
-
JBWS-415 DOM2Utils isn't thread safe
- Closed