Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-1538

Improve performance by efficiently using synchronized code

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 2.5 M2
    • 1.1 M3
    • {Unused} Core
    • None
    • Low

    Description

      Right now there are a lot of pieces of code that use synchronized in an inefficient manner. Synchronizing threads implies a lot of overhead, which can be avoided.

      We should also check which methods use already threadsafe code in a synchronized method or bloc, and which methods are declared as synchronized, although they don't need that.

      Attachments

        Activity

          People

            calebjamesdelisle CalebJamesDeLisle
            sdumitriu Sergiu Dumitriu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: