Netty 4.0.40.Final 和 4.1.4.Final 发布了,Netty是一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
两个版本改进如下:
-
Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value (#5589)
-
Ensure shared capacity is updated correctly when WeakOrderQueue is collected (#5577)
-
Ensure WeakOrderQueue can be collected fast enough (#5569)
-
Ensure attributes and contained object can be collected as fast as possible (#5575)
4.1.4.Final 改进:
-
Correctly return a retained slice if called SwappedByteBuf.retainedSlice(...) (#5593)
-
Allow ndots=0 in DnsNameResolver and search domain (#5571)
下载地址:http://netty.io/downloads.html
时间:2016-07-28 09:16
来源:开源中国社区
作者:oschina
原文链接