`
foreversunyao
  • 浏览: 204507 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Erlang for concurrent

阅读更多

Tips:

 

Erlang has a process-based model of concurrency. Concurrency is explicit
and the user can precisely control which computations are performed sequentially
and which are performed in parallel. Message passing between processes is asyn-
chronous, that is, the sending process continues as soon as a message has been
sent.

分享到:
评论

相关推荐

    Learn You Some Erlang for Great Good

    Erlang is the language of choice for programmers who want to write robust, concurrent applications, but its strange syntax and functional design can intimidate the uninitiated. Luckily, there's a new ...

    programming-erlang-software-for-a-concurrent-world

    assumes no responsibility for errors or omissions,or for damages that may result from the use of information(including program listings)contained herein. Our Pragmatic courses,workshops,and other ...

    Erlang_-_Concurrent_Functional_Programming_for_Telecommunications._A_Case_Study_of_Technology_Introd

    Erlang_-_Concurrent_Functional_Programming_for_Telecommunications._A_Case_Study_of_Technology_Introd PDF 76 Pages

    Concurrent Programming in ERLANG

    The ideas in Erlang are difficult to trace to a single source. Many features of the language have been influenced and improved as a result of comments by our friends and colleagues of the Computer ...

    Erlang and OTP in Action

    Erlang and OTP in Action teaches you to apply Erlang’s message passing model for concurrent programming–a completely different way of tackling the problem of parallel programming from the more ...

    erlang 设计指南

    描述erlang的设计,非常实用,•原书名: Programming Erlang: Software for a Concurrent World

    Erlang程序设计(英文版)

    Learn Erlang's tracing mechanisms for debugging concurrent and distributed systems Use the built-in Mnesia database and other table storage features Erlang Programming provides exercises at the end ...

    Erlang Programming

    Erlang is our solution to three problems regarding the development of highly concurrent, distributed “soft real-time systems”: • To be able to develop the software quickly and efficiently • To ...

    erlang 开发

    [Erlang.and.OTP.实战].(Erlang.and.OTP.in.Action).M.Logan&E.Merritt&R.Carlsson.文字版.pdf Programming Erlang_ Software for a Concurrent World(Erlang程序设计).pdf

    Programming Elixir 1.6

    Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir’s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you ...

    Learning Akka(PACKT,2015)

    As well as simplifying development, Akka enables multiple concurrency development patterns with particular support and architecture derived from Erlang’s concept of actors (lightweight concurrent ...

    Reactive Design Patterns

    These systems are highly-concurrent and fault-tolerant, with minimal dependencies among individual system components. Because they're designed to use fresh tools like Scala and Akka, they can combine...

Global site tag (gtag.js) - Google Analytics