Programming Concurrency on the JVM

Programming Concurrency on the JVM
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 368
Release :
ISBN-10 : 9781680504309
ISBN-13 : 1680504304
Rating : 4/5 (304 Downloads)

Book Synopsis Programming Concurrency on the JVM by : Venkat Subramaniam

Download or read book Programming Concurrency on the JVM written by Venkat Subramaniam and published by Pragmatic Bookshelf. This book was released on 2011-08-26 with total page 368 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these concurrency styles so you can compare and choose what works best for your applications. You'll learn the benefits of each of these models, when and how to use them, and what their limitations are. Through hands-on exercises, you'll learn how to avoid shared mutable state and how to write good, elegant, explicit synchronization-free programs so you can create easy and safe concurrent applications. The techniques you learn in this book will take you from dreading concurrency to mastering and enjoying it. Best of all, you can work with Java or a JVM language of your choice - Clojure, JRuby, Groovy, or Scala - to reap the growing power of multicore hardware. If you are a Java programmer, you'd need JDK 1.5 or later and the Akka 1.0 library. In addition, if you program in Scala, Clojure, Groovy or JRuby you'd need the latest version of your preferred language. Groovy programmers will also need GPars.


Programming Concurrency on the JVM Related Books

Programming Concurrency on the JVM
Language: en
Pages: 368
Authors: Venkat Subramaniam
Categories: Computers
Type: BOOK - Published: 2011-08-26 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the
Java Concurrency in Practice
Language: en
Pages: 428
Authors: Tim Peierls
Categories: Computers
Type: BOOK - Published: 2006-05-09 - Publisher: Pearson Education

DOWNLOAD EBOOK

Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-
Learning Concurrent Programming in Scala
Language: en
Pages: 366
Authors: Aleksandar Prokopec
Categories: Computers
Type: BOOK - Published: 2014-11-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

This book is a must-have tutorial for software developers aiming to write concurrent programs in Scala, or broaden their existing knowledge of concurrency. This
Mastering Concurrency Programming with Java 9
Language: en
Pages: 516
Authors: Javier Fernandez Gonzalez
Categories: Computers
Type: BOOK - Published: 2017-07-17 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Master the principles to make applications robust, scalable and responsive About This Book Implement concurrent applications using the Java 9 Concurrency API an
Seven Concurrency Models in Seven Weeks
Language: en
Pages: 275
Authors: Paul Butcher
Categories: Computers
Type: BOOK - Published: 2014 - Publisher:

DOWNLOAD EBOOK

Offers information on how to exploit the parallel architectures in a computer's GPU to improve code performance, scalability, and resilience.