`
argan
  • 浏览: 126554 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

erlang 发布了一个新的小版本R13B01

阅读更多

主要是一个bug fix版本,也有一些SMP方面的增强:

  Erlang/OTP R13B01 has been released. R13B01 is a service release for R13B. There are mostly error corrections but also some new functions. Some highlights in the R1301 release are:
  • Communication between Erlang nodes over the Erlang distribution protocol is mademore parallel , a new atom cache protocol is introduced as part of this. This allows better performance on SMP and multi-core systems.
  • Improved SMP concurrency for ETS tables. Several processes can now perform truly concurrent updates of different records in the same table.
  • Two new options are added to open_port - spawn_executable and spawn_driver . See the erlang manual for details.
  • New functionality in ETS to transfer ownership of a table.
  • Leex, a lexical analyzer generator for Erlang, has been added as a complement to yecc in the Parsetools application.
  • Read the readme file for R13B01 for details.

Download the new release from the download page .

分享到:
评论
3 楼 mryufeng 2009-07-09  
美洲豹 写道
OTP-7979 
gen_server:call/2,3 will be somewhat faster if the calling process has a many messages in its message queue.


这个看上去也不错

这个非常小的优化 。
gen_server:call/2,3 will be somewhat faster if the calling process has a many messages in its message queue. 都是demonitor(Ref, [flush])的功劳。
2 楼 美洲豹 2009-06-19  
OTP-7979 
gen_server:call/2,3 will be somewhat faster if the calling process has a many messages in its message queue.


这个看上去也不错
1 楼 mryufeng 2009-06-19  
大量优化了节点间通讯的效率 加强对smp的支持

相关推荐

Global site tag (gtag.js) - Google Analytics