Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20

Programming Concurrency on the JVM

Mastering Synchronization STM, and Actors

Specificaties
Paperback, 270 blz. | Engels
Pragmatic Bookshelf | 1e druk, 2011
ISBN13: 9781934356760
Rubricering
Hoofdrubriek : Computer en informatica
Pragmatic Bookshelf 1e druk, 2011 9781934356760
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

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.

Specificaties

ISBN13:9781934356760
Taal:Engels
Bindwijze:paperback
Aantal pagina's:270
Druk:1
Verschijningsdatum:28-9-2011

Over Venkat Subramaniam

Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., and an instructional professor at the University of Houston. He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is regularly invited to speak at international conferences. He’s the (co)author of multiple books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer.

Andere boeken door Venkat Subramaniam

Inhoudsopgave

Preface

1. The power and Perils of Concurrency

Part 1: Strategies from Concurrency
2. Division of Labor
3. Design Approaches

Part 2: Modern Java/JDK Concurrency
4. Scalability and Thread Safety
5. Taming Shared Mutability

Part 3: Software Transactional Memory
6. Introduction to Software Transactional Memory
7. STM in Clojure, Groovy, Java, JRuby, and Scala

Part 4: Actor-Based Concurrency
8. Favoring Isolated Mutability
9. Actors in Groovy, Java, JRuby, and Scala

Part 5: Epilogue
10. Zen of programming Concurrency

A1: Clojure Agents
A2: Web Resources
A3: Bibliography

Index

Net verschenen

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Programming Concurrency on the JVM