null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Designing for Scalability with Erlang/OTP (Implement Robust, Fault-Tolerant Systems)

List Price: $49.99
SKU:
9781449320737
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Francesco Cesarini, Steve Vinoski
    Format:
    Paperback
    Pages:
    480
    Publisher:
    O'Reilly Media (June 28, 2016)
    Language:
    English
    ISBN-13:
    9781449320737
    ISBN-10:
    1449320732
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $49.99
    Case Pack:
    8
    As low as:
    $42.99
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    27.2oz
    Imprint:
    O'Reilly Media
  • Overview

    If you need to build a scalable, fault tolerant system with requirements for high availability, discover why the Erlang/OTP platform stands out for the breadth, depth, and consistency of its features. This hands-on guide demonstrates how to use the Erlang programming language and its OTP framework of reusable libraries, tools, and design principles to develop complex commercial-grade systems that simply cannot fail.

    In the first part of the book, you’ll learn how to design and implement process behaviors and supervision trees with Erlang/OTP, and bundle them into standalone nodes. The second part addresses reliability, scalability, and high availability in your overall system design. If you’re familiar with Erlang, this book will help you understand the design choices and trade-offs necessary to keep your system running.

    • Explore OTP’s building blocks: the Erlang language, tools and libraries collection, and its abstract principles and design rules
    • Dive into the fundamentals of OTP reusable frameworks: the Erlang process structures OTP uses for behaviors
    • Understand how OTP behaviors support client-server structures, finite state machine patterns, event handling, and runtime/code integration
    • Write your own behaviors and special processes
    • Use OTP’s tools, techniques, and architectures to handle deployment, monitoring, and operations