开发语言Erlang R16B03发布。2013-12-11 这种语言目前主要比较著名的开源应用有RabbitMQ,CouchDB,Riak等.上个版本是2013-09-19的R16B02.它的命名规则也比较特别,这是R16B的第三个维护版本。
OTP R16B03 is a service release with mostly a number of small corrections and user contributions. But there are some new functions worth mentioning as well, here are some of them:
A new memory allocation feature called "super carrier" has been introduced. It can for example be used for pre-allocation of all memory that the runtime system should be able to use. It is enabled by passing the +MMscs (size in MB) command line argument. For more information see the documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and, +Mlpm command line arguments in the erts_alloc(3) documentation.
The LDAP client (eldap application) now supports the start_tls operation. This upgrades an existing tcp connection to encryption using TLS, see eldap:start_tls/2 and /3.
The FTP client (inets application) now supports FTP over TLS (ftps).
下载:http://www.erlang.org/download/otp_src_R16B03.tar.gz
完全改进:http://www.erlang.org/download/otp_src_R16B03.readme
来自:开源中国社区

