|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: 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
|