中文名: Erlang and OTP 實戰
原名: Erlang and OTP in Action
作者: Martin Logan
Eric Merritt
Richard Carlsson
圖書分類: 軟件
資源格式: PDF
版本: 英文文字版/更新源代碼
出版社: Manning
書號: 1933988789
發行時間: 2010年11月
地區: 美國
語言: 英文
簡介:
內容介紹:Erlang is an adaptable and fault tolerant functional programming language originally designed for the unique demands of the telecom industry. With Erlang/OTP's interpreter, compiler, database server, and libraries, developers are finding they can satisfy tough uptime and performance requirements in all kinds of other industries.
Erlang and OTP in Action teaches you the concepts of concurrent programming and the use of Erlang's message-passing model. It walks you through progressively more interesting examples, building systems in Erlang and integrating them with C/C++, Java, and .NET applications, including SOA and web architectures. This book is written for readers new to Erlang and interested in creating practical applications.
內容截圖: 目錄:
Part 1 Getting past pure Erlang: the OTP basics
Chapter 1 The Erlang/OTP platform
Chapter 2 Erlang language essentials
Chapter 3 Writing a TCP-based RPC service
Chapter 4 OTP applications and supervision
Chapter 5 Using the main graphical introspection tools
Part 2 Building a production system
Chapter 6 Implementing a caching system
Chapter 7 Logging and event handling the Erlang/OTP way
Chapter 8 Introducing distributed Erlang/OTP
Chapter 9 Adding distribution to the cache with Mnesia
Chapter 10 Packaging, services, and deployment
Part 3 Integrating and refining
Chapter 11 Adding an HTTP interface to the cache
Chapter 12 Integrating with foreign code using ports and NIFs
Chapter 13 Communication between Erlang and Java via Jinterface
Chapter 14 Optimization and performance
Appendix A Installing Erlang
Appendix B Lists and referential transparency