Erlang and OTP in Action - Martin Logan, Eric Merritt, Richard Carlsson

Erlang and OTP in Action

Martin Logan, Eric Merritt, Richard Carlsson

出版时间

2010-05-28

ISBN

9781933988788

评分

★★★★★
书籍介绍
HIGHLIGHT Erlang and OTP in Action offers an introduction to concurrent programming and shows how to develop distributed systems. DESCRIPTION Erlang, together with the Open Telecom Platform (OTP), is a functional programming model designed to facilitate concurrency--programming that exploits the capabilities and speed of multi-processor hardware. Erlang applications run fast, recover quickly from errors, integrate with other systems, and can be updated dynamically at run-time. Erlang and OTP in Action walks readers through the practical steps of building systems in Erlang and integrating them with real-world C/C++, Java, and .NET applications. Hands-on examples progress from simple to complex real-world distributed applications and system design. Going beyond the nuts and bolts of Erlang, the book offers a comprehensive view of how concurrency relates to SOA and web technologies. KEY POINTS * Strong early demand through MEAP * Numerous hands-on, real-world examples * Concise and developer-centric "In Action" style * Examples include C++, Java and .NET integration
精彩摘录
  • "虽然实现相对简单,Erlang 程序却不太会像其它语言开发的系统那样在 GC 时遭受停顿。这主要是因为 Erlang 进程之间的隔离:每个进程使用的内存都是自己的,随进程的创建和结束而分配和释放。... 这意味着垃圾回收器可以在不影响其它进程运行的前提下单独暂停目标进程。其次,每个进程占用的内存通常较小,遍历可以快速完成。"
用户评论
电子档
深入浅出,难度适中
详细介绍的产品级erlang app的构建,书中有实际的例子,够深入,够给力,力荐给用erlang开发产品的人。
很不错,敲完代码看几个开源项目就算入门了。
OTP进阶必备.不会OTP就好比学C++的不会STL.
如果说Erlang程序设计是教科书的话,那这本书就是实践手册
读过两遍了,后面版本发布的内容还不是很明白
读了后半段,前半段有很多基础,后半段几个例子挺不错的。
not bad.
抽丝剥茧,Martin 把丰富的实践化成文字,循序渐进,提纲挈领,原来学习 erlang 也可以如此轻松愉快。
下载
收藏