Change proxy generation to use atomic references rather than synchronized blocks
--------------------------------------------------------------------------------
Key: TAPESTRY-2414
URL: https://issues.apache.org/jira/browse/TAPESTRY-2414
Project: Tapestry
Issue Type: Improvement
Components: tapestry-core
Affects Versions: 5.0.11
Reporter: Howard M. Lewis Ship
Priority: Minor
Fix For: 5.1
As currently coded, the service proxies used for Tapestry services use a
synchronized block to a) check to see if the Registry has shut down and b)
obtain (if needed) the realized service implementation (wrapped by
interceptors, etc.).
It seems that with some juggling, these could largely be replaced with
AtomicBoolean and AtomicReferences.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]