Thread synchronization / block (eg. XML manipulation ) slows ODE down dramaticly
--------------------------------------------------------------------------------
Key: ODE-525
URL: https://issues.apache.org/jira/browse/ODE-525
Project: ODE
Issue Type: Improvement
Components: BPEL Runtime
Affects Versions: 1.2
Environment: ODE 1.2
JAVA 5.0+
Reporter: Shammy Chen
Recently we've been profiling ODE by jProfiler and found thread synchronization
block ODE and AXIS2 threads so much.
For example,in our 16 minutes test,calss sun.misc.URLClassPath blocked 342282
times and amounted to 30648 seconds. Class net.sf.saxon.om.NamePool has similar
problem, maybe there are other candidates.
I think, if we resolve thread synchronization problem, ODE can perform much
better.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.