Java concurrency Architecture

Source: Internet
Author: User

Java concurrency Architecture

  • Concurrent Programming
    • Thread Communication
      • Shared Memory and message passing
      • Thread Synchronization
        • Control the execution sequence of different threads
        • Java concurrency
          • Based on the shared memory model
          • Command Re-sorting
            • Compiler re-sorting
            • Processor re-sorting
              • Cpu re-sorting
              • Write cache area (cache, register)
              • Memory barrier
              • Order consistency and Happens-before
              • Execution result orderliness
                • Volatile
                  • Solve memory visibility problems
                  • Lock
                    • Lock display lock
                      • Resumable
                      • Timed
                      • Synchronize built-in lock
                        • Underlying operating system
                        • Non-disruptive
                        • Atomic variable
                        • Final principles

                          References

                          Foreign: http://gee.cs.oswego.edu/dl/jmm/cookbook.html

                          Http://www.cs.umd.edu /~ API/java/memoryModel/jsr-133-faq.html.

                          Http://www.cs.umd.edu /~ API/java/memoryModel/

                          China

                          Http://ifeve.com/java-memory-model-0/

                          Http://www.infoq.com/cn/articles/memory_barriers_jvm_concurrency

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.