Erlang/OTP v18.3.4.2 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/4f325ef346b07fe5139af2f4b8d983a9.png" /></p>    <p>OTP 是包装在Erlang中的一组库程序。OTP构成Erlang的行为机制(behaviours),用于编写服务器、有限状态机、事件管理器。不仅如此,OTP的应用行为(the application behavior)允许程序员把写好的Erlang代码打包成一个单独的应用程序;监测行为(the supervisor behavior )允许程序员创建有层次结构的进程,使得某个进程死后,会重新启动复活。</p>    <p>OTP提供大量通用的库程序,用以轻松创建具有高度容错、热机换码等功能的高质高效的程序。主要特点:</p>    <ul>     <li>通用服务器、有限状态机、事件管理器;</li>     <li>标准化应用程序结构;</li>     <li>代码热机更换;</li>     <li>监测树行为机制,让你的进程永不停摆。</li>    </ul>    <h2>更新日志</h2>    <pre>  Changed Applications:  - common_test-1.12.1.1  - erts-7.3.1.1  - ssl-7.3.3.1    Unchanged Applications:  - asn1-4.0.2  - compiler-6.0.3  - cosEvent-2.2  - cosEventDomain-1.2  - cosFileTransfer-1.2  - cosNotification-1.2.1  - cosProperty-1.2  - cosTime-1.2.1  - cosTransactions-1.3.1  - crypto-3.6.3  - debugger-4.1.2  - dialyzer-2.9  - diameter-1.11.2  - edoc-0.7.18  - eldap-1.2.1  - erl_docgen-0.4.2  - erl_interface-3.8.2  - et-1.5.1  - eunit-2.2.13  - gs-1.6  - hipe-3.15  - ic-4.4  - inets-6.2.4  - jinterface-1.6.1  - kernel-4.2  - megaco-3.18  - mnesia-4.13.4  - observer-2.1.2  - odbc-2.11.1  - orber-3.8.1  - os_mon-2.4  - ose-1.1  - otp_mibs-1.1  - parsetools-2.1.1  - percept-0.8.11  - public_key-1.1.1  - reltool-0.7  - runtime_tools-1.9.3  - sasl-2.7  - snmp-5.2.2  - ssh-4.2.2.1  - stdlib-2.8  - syntax_tools-1.7  - test_server-3.10  - tools-2.8.3  - typer-0.9.10  - webtool-0.9.1  - wx-1.6.1  - xmerl-1.3.10</pre>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958992438975493901" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958992439109188242" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <h2> </h2>