设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Netty 4.0.33.Final发布,高性能网络框架

2015-11-5 21:48| 发布者: joejoe0332| 查看: 876| 评论: 0|原作者: oschina|来自: oschina

摘要: Netty 4.0.33 发布,此版本包括 60+ 改进:bug 修复,性能改进和新特性。主要改进:Fix race-condition when allocate from multiple-thread (#4388) (#4198)OpenSslServerContext reinitializes the provided Trust ...

Netty 4.0.33 发布,此版本包括 60+ 改进:bug 修复,性能改进和新特性。

主要改进:

  • Fix race-condition when allocate from multiple-thread (#4388) (#4198)

  • OpenSslServerContext reinitializes the provided TrustManagerFactory with the key cert chain (#4387) (#4355)

  • Improve size calculation of messages when written from outside the EventLoop (#4380) (#4363)

  • Always return a real slice even when the length is 0 (#4368)

  • Fix possible assert error in GlobalEventExecutor (#4367) (#4357)

  • Correctly handle bitshifting if system does not support unaligned access (#4366)

  • Add *UnsafeHeapByteBuf for improve performance on systems with sun.misc.Unsafe (#4361)

  • Allow to disable reference count checks on every access of the ByteBuf (#4344)

  • A number of toString() methods on classes that implement ByteBufHolder can throw IllegalReferenceCountException (#4327)

  • Forward decoded messages more frequently (#4322) (#4284)

  • Ensure pending tasks are run when EmbeddedChannel.close(...) (#4322) (#4284

  • Implement SSLSession.invalidate() and isValid() for OpenSSLEngine (#4307)

  • Add support for server-side renegotiation when using OpenSslEngine (#4304)

  • Correctly reset markers for all allocations when using PooledByteBufAllocator(#4278)

详情请看 our issue tracker

Netty 提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。

体系结构图

在线Javadoc:http://tool.oschina.net/apidocs/apidoc?api=netty


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部