Building Scalable Applications with ERLANG ( Developer's Library )

Jerry Jackson

  • 出版商: Addison Wesley
  • 出版日期: 2017-11-01
  • 售價: $1,960
  • 貴賓價: 9.5$1,862
  • 語言: 英文
  • 頁數: 600
  • 裝訂: Paperback
  • ISBN: 0321636465
  • ISBN-13: 9780321636461
  • 相關分類: Functional-programmingJVM 語言
  • 海外代購書籍(需單獨結帳)

商品描述

Erlang is emerging as a leading language for concurrent programming in mission-critical enterprise environments where applications must deliver exceptional reliability, availability, and scalability. It’s already used by organizations ranging from Facebook to Amazon, and many others are adopting or considering it.

 

As a functional language, however, Erlang is radically different from conventional object-oriented languages like C++ and Java. This book quickly brings experienced object-oriented programmers up to speed with both Erlang and the principles of functional programming. Jerry Jackson thoroughly explains Erlang’s key concepts, principles, and features, bridging the conceptual gaps that often frustrate object developers. Next, he shows how to use Erlang to build massively-scalable real-world systems with up to “nine nines” availability: that is, up to 99.9999999% uptime. Coverage includes:

  • What Erlang is, and why it offers so much potentia
  • What it means to be “concurrency-oriented, and how to design concurrency-oriented applications
  • How to use functional features, pattern matching, and Erlang’s standard libraries
  • How to manage concurrency and mutable state, and work with the Mnesia database
  • How to write distributed software with Erlang
  • How to use powerful additional capabilities built into Erlang’s Open Telecom Platform (OTP)
  • How to interact with Java, C, and other languages
  • How to use Erlang’s bundled web server and debugger, and much more