Logo

Distributed Systems for Fun and Profit

Small book cover: Distributed Systems for Fun and Profit

Distributed Systems for Fun and Profit
by

Publisher: mixu.net

Description:
This text provides a more accessible introduction to distributed systems. The book brings together the ideas behind many of the more recent distributed systems - systems such as Amazon's Dynamo, Google's BigTable and MapReduce, Apache's Hadoop and so on.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Introduction to Parallel ComputingIntroduction to Parallel Computing
by - Lawrence Livermore National Laboratory
This tutorial covers the very basics of parallel computing, and is intended for someone who is just becoming acquainted with the subject. It begins with a brief overview, including concepts and terminology associated with parallel computing.
(12536 views)
Book cover: Parallel Programming with Microsoft .NETParallel Programming with Microsoft .NET
by - Microsoft Press
A book that introduces .NET programmers to patterns for including parallelism in their applications. Examples of these patterns are parallel loops, parallel tasks and data aggregation with map-reduce. Each pattern has its own chapter.
(14703 views)
Book cover: Programming on Parallel MachinesProgramming on Parallel Machines
by - University of California, Davis
This book is aimed more on the practical end of things, real code is featured throughout. The emphasis is on clarity of the techniques and languages used. It is assumed that the student is reasonably adept in programming and linear algebra.
(8763 views)
Book cover: Is Parallel Programming Hard, And, If So, What Can You Do About It?Is Parallel Programming Hard, And, If So, What Can You Do About It?
by
The purpose of this book is to help you understand how to program shared-memory parallel machines. By describing the algorithms that have worked well in the past, we hope to help you avoid some of the pitfalls that have beset parallel projects.
(13714 views)