Seven Concurrency Models in Seven Weeks

When Threads Unravel

Nonfiction, Computers, Programming, Parallel Programming, Advanced Computing, Theory
Cover of the book Seven Concurrency Models in Seven Weeks by Paul Butcher, Pragmatic Bookshelf
View on Amazon View on AbeBooks View on Kobo View on B.Depository View on eBay View on Walmart
Author: Paul Butcher ISBN: 9781680504668
Publisher: Pragmatic Bookshelf Publication: June 30, 2014
Imprint: Pragmatic Bookshelf Language: English
Author: Paul Butcher
ISBN: 9781680504668
Publisher: Pragmatic Bookshelf
Publication: June 30, 2014
Imprint: Pragmatic Bookshelf
Language: English

Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code.

This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. You'll learn about seven concurrency models: threads and locks, functional programming, separating identity and state, actors, sequential processes, data parallelism, and the lambda architecture.

Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it.

You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractable problems, and how, in concert with Stream Processing, big data can be tamed.

With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence.

What You Need:

The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.

View on Amazon View on AbeBooks View on Kobo View on B.Depository View on eBay View on Walmart

Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code.

This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience. You'll learn about seven concurrency models: threads and locks, functional programming, separating identity and state, actors, sequential processes, data parallelism, and the lambda architecture.

Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it.

You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractable problems, and how, in concert with Stream Processing, big data can be tamed.

With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence.

What You Need:

The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.

More books from Pragmatic Bookshelf

Cover of the book The Developer's Code by Paul Butcher
Cover of the book Swift Style by Paul Butcher
Cover of the book Programming Erlang by Paul Butcher
Cover of the book Designed for Use by Paul Butcher
Cover of the book Modern Vim by Paul Butcher
Cover of the book Secure Your Node.js Web Application by Paul Butcher
Cover of the book The Definitive ANTLR 4 Reference by Paul Butcher
Cover of the book Practical Vim by Paul Butcher
Cover of the book Pragmatic Thinking and Learning by Paul Butcher
Cover of the book Agile Retrospectives by Paul Butcher
Cover of the book Functional Web Development with Elixir, OTP, and Phoenix by Paul Butcher
Cover of the book Data Science Essentials in Python by Paul Butcher
Cover of the book Practices of an Agile Developer by Paul Butcher
Cover of the book A Common-Sense Guide to Data Structures and Algorithms by Paul Butcher
Cover of the book Programming Concurrency on the JVM by Paul Butcher
We use our own "cookies" and third party cookies to improve services and to see statistical information. By using this website, you agree to our Privacy Policy