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...

Descripción completa

Detalles Bibliográficos
Otros Autores: Subramaniam, Venkat, author (author), Hogan, Brian P., editor (editor)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Dallas, Texas ; Raleigh, North Carolina : The Pragmatic Bookshelf 2011.
Edición:1st edition
Colección:Pragmatic programmers.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629695006719
Tabla de Contenidos:
  • The power and perils of concurrency
  • Strategies for concurrency
  • Modern Java/JDK concurrency
  • Software transactional memory
  • Actor-based concurrency.