Reduce locking in LifecycleEventManager
---------------------------------------
Key: OPENJPA-1517
URL: https://issues.apache.org/jira/browse/OPENJPA-1517
Project: OpenJPA
Issue Type: Improvement
Components: performance
Affects Versions: 2.0.0-beta
Reporter: Rick Curtis
Assignee: Rick Curtis
In recent performance runs I found that LifecycleEventManager.hasListeners(...)
is a major bottleneck when running with caching enabled. In a java core file
that I was looking at there were 15 threads all waiting to enter this method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.