zoukankan      html  css  js  c++  java
  • Erlang

    Erlang

    The Erlang BEAM Virtual Machine Specification
    http://www.cs-lab.org/historical_beam_instruction_set.html

    book
    by Joe Armstrongs

    Actor Model implementation on JVM or CLR.
    java Akka framework
    Akka actors run on OS Threads an actor that randomly blocks will block the entire thread
    Erlang的特点
    - 并行语言,强悍的进程机制。 和消息传递系统
    - 热更新 Hot code loading
    - 内置模式匹配

    Actor Model implementation

    [PDF]Comparison of Erlang Runtime System and Java Virtual ...
    http://ds.cs.ut.ee/courses/course-files/To303nis%20Pool%20.pdf


    lightweight threads to the JVM
    Quasar

    Erlang Scheduler
    http://erlang.org/pipermail/erlang-questions/2001-April/003132.html
    http://jlouisramblings.blogspot.hk/2013/01/how-erlang-does-scheduling.html
    http://www.erlang.org/doc/efficiency_guide/processes.html

  • 相关阅读:
    odoo10 入门
    git 命令详细介绍
    odoo中Python实现小写金额转换为大写金额
    {DARK CTF } OSINT/Eye
    2020 12 18
    2020 12 17
    2020 12 16
    2020 12 15
    2020 11 14
    2020 11 13
  • 原文地址:https://www.cnblogs.com/cutepig/p/4749953.html
Copyright © 2011-2022 走看看