发布于 2016-09-22 00:25:11 | 121 次阅读 | 评论: 0 | 来源: 网友投递
OTP Erlang 编写的应用服务器
OTP (Open Telecom Platform) 是一个开源的 Erlang 分发和一个用 Erlang 编写的应用服务器,由爱立信开发。
OTP 19.1 发布了,这次发行修复了大部分的bug,而且也包含了新的特性和一些提升。这次发行的版本值得关注的更新内容:
erts: Improved dirty scheduler support. A purge of a module will not have to wait for completion of all ongoing dirty NIF calls.
erts: Improved accuracy of timeouts on MacOS X.
kernel: Add net_kernel:setopts/2
and net_kernel:getopts/2
to control options for distribution sockets in runtime.
asn1: Compiling multiple ASN.1 modules in the same directory with parallel make (make -j
) should now be safe.
httpd: support for PUT and DELETE in mod_esi
~30 contributions since 19.0
下载地址: