Programming concurrency on the JVM mastering synchronization, STM, and actors

More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life. Concurrency on the Jav...

Full description

Bibliographic Details
Other Authors: Subramaniam, Venkat, author (author), Hogan, Brian P., editor (editor)
Format: eBook
Language:Inglés
Published: Dallas, Texas ; Raleigh, North Carolina : The Pragmatic Bookshelf 2011.
Edition:1st edition
Series:Pragmatic programmers.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629695006719
Table of Contents:
  • The power and perils of concurrency
  • Strategies for concurrency
  • Modern Java/JDK concurrency
  • Software transactional memory
  • Actor-based concurrency.