Distributed Programming with Ruby

Distributed Programming with Ruby
Author :
Publisher : Addison-Wesley Professional
Total Pages : 438
Release :
ISBN-10 : 9780321699930
ISBN-13 : 0321699939
Rating : 4/5 (939 Downloads)

Book Synopsis Distributed Programming with Ruby by : Mark Bates

Download or read book Distributed Programming with Ruby written by Mark Bates and published by Addison-Wesley Professional. This book was released on 2009-11-05 with total page 438 pages. Available in PDF, EPUB and Kindle. Book excerpt: Complete, Hands-On Guide to Building Advanced Distributed Applications with Ruby Distributed programming techniques make applications easier to scale, develop, and deploy—especially in emerging cloud computing environments. Now, one of the Ruby community’s leading experts has written the first definitive guide to distributed programming with Ruby. Mark Bates begins with a simple distributed application, and then walks through an increasingly complex series of examples, demonstrating solutions to the most common distributed programming problems. Bates presents the industry’s most useful coverage of Ruby’s standard distributed programming libraries, DRb and Rinda. Next, he introduces powerful third-party tools, frameworks, and libraries designed to simplify Ruby distributed programming, including his own Distribunaut. If you’re an experienced Ruby programmer or architect, this hands-on tutorial and practical reference will help you meet any distributed programming challenge, no matter how complex. Coverage includes Writing robust, secure, and interactive applications using DRb—and managing its drawbacks Using Rinda to build applications with improved flexibility, fault tolerance, and service discovery Simplifying DRb service management with RingyDingy Utilizing Starfish to facilitate communication between distributed programs and to write MapReduce functions for processin large data sets Using Politics to customize the processes running on individual server instances in a cloud computing environment Providing reliable distributed queuing with the low-overhead Starling messaging server Implementing comprehensive enterprise messaging with RabbitMQ and Advanced Message Queuing Protocol (AMQP) Offloading heavyweight tasks with BackgrounDRb and DelayedJob

Distributed Programming with Ruby Related Books

Distributed Programming with Ruby
Language: en
Pages: 438
Authors: Mark Bates
Categories: Computers
Type: BOOK - Published: 2009-11-05 - Publisher: Addison-Wesley Professional

GET EBOOK

Complete, Hands-On Guide to Building Advanced Distributed Applications with Ruby Distributed programming techniques make applications easier to scale, develop,
Programming Ruby
Language: en
Pages: 830
Authors: David Thomas
Categories: Computers
Type: BOOK - Published: 2004 - Publisher:

GET EBOOK

A tutorial and reference to the object-oriented programming language for beginning to experienced programmers, updated for version 1.8, describes the language's
The DRuby Book
Language: en
Pages: 0
Authors: Masatoshi Seki
Categories: Electronic data processing
Type: BOOK - Published: 2012 - Publisher:

GET EBOOK

Completely updated and expanded from its Japanese version, with three new chapters written by Seki, this guide contains design concepts of the dRuby library, an
Programming Ruby 1.9 & 2.0
Language: en
Pages: 0
Authors: David Thomas
Categories: Computers
Type: BOOK - Published: 2013 - Publisher:

GET EBOOK

Summary: Ruby 1.9 was a major release of the language: it introduced multinationalization, new block syntax and scoping rules, a new, faster, virtual machine, a
Ruby Data Processing
Language: en
Pages: 110
Authors: Jay Godse
Categories: Computers
Type: BOOK - Published: 2018-02-19 - Publisher: Apress

GET EBOOK

Gain the basics of Ruby’s map, reduce, and select functions and discover how to use them to solve data-processing problems. This compact hands-on book explain