Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-84

Change proxy generation to use volatile fields rather than synchronized blocks

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0.15
    • 5.1.0.1
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: