Build apps that --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. --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. ---Handle many simultaneous connections ---Keep running, even during code upgrades ---Maintain fast response times --Book Jacket. -Never deadlock on a shared resource ---Recover gracefully from errors ---Scale unchanged from one to many processors --