Seven Concurrency Models in Seven Weeks

Seven Concurrency Models in Seven Weeks
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 358
Release :
ISBN-10 : 9781680504668
ISBN-13 : 1680504665
Rating : 4/5 (665 Downloads)

Book Synopsis Seven Concurrency Models in Seven Weeks by : Paul Butcher

Download or read book Seven Concurrency Models in Seven Weeks written by Paul Butcher and published by Pragmatic Bookshelf. This book was released on 2014-06-30 with total page 358 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.


Seven Concurrency Models in Seven Weeks Related Books

Seven Concurrency Models in Seven Weeks
Language: en
Pages: 358
Authors: Paul Butcher
Categories: Computers
Type: BOOK - Published: 2014-06-30 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

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
Seven Concurrency Models in Seven Weeks
Language: en
Pages:
Authors: Paul Butcher
Categories:
Type: BOOK - Published: 2014 - Publisher:

DOWNLOAD EBOOK

Seven Databases in Seven Weeks
Language: en
Pages: 448
Authors: Luc Perkins
Categories: Computers
Type: BOOK - Published: 2018-04-05 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Data is getting bigger and more complex by the day, and so are your choices in handling it. Explore some of the most cutting-edge databases available - from a t
Seven More Languages in Seven Weeks
Language: en
Pages: 413
Authors: Bruce Tate
Categories: Computers
Type: BOOK - Published: 2014-11-19 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Great programmers aren't born--they're made. The industry is moving from object-oriented languages to functional languages, and you need to commit to radical im
Hello, Startup
Language: en
Pages: 604
Authors: Yevgeniy Brikman
Categories: Computers
Type: BOOK - Published: 2015-10-21 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

This book is the "Hello, World" tutorial for building products, technologies, and teams in a startup environment. It's based on the experiences of the author, Y