高性能網絡框架,Netty 4.0.33.Final 發布
Netty 提供異步的、事件驅動的網絡應用程序框架和工具,用以快速開發高性能、高可靠性的網絡服務器和客戶端程序。
體系結構圖
主要改進:
-
Fix race-condition when allocate from multiple-thread (#4388) (#4198)
</li> -
OpenSslServerContext reinitializes the provided TrustManagerFactory with the key cert chain (#4387) (#4355)
</li> -
Improve size calculation of messages when written from outside the EventLoop (#4380) (#4363)
</li> -
Always return a real slice even when the length is 0 (#4368)
</li> -
Fix possible assert error in GlobalEventExecutor (#4367) (#4357)
</li> -
Correctly handle bitshifting if system does not support unaligned access (#4366)
</li> -
Add *UnsafeHeapByteBuf for improve performance on systems with sun.misc.Unsafe (#4361)
</li> -
Allow to disable reference count checks on every access of the ByteBuf (#4344)
</li> -
A number of toString() methods on classes that implement ByteBufHolder can throw IllegalReferenceCountException (#4327)
</li> - </li>
-
Ensure pending tasks are run when EmbeddedChannel.close(...) (#4322) (#4284
</li> -
Implement SSLSession.invalidate() and isValid() for OpenSSLEngine (#4307)
</li> -
Add support for server-side renegotiation when using OpenSslEngine (#4304)
</li> -
Correctly reset markers for all allocations when using PooledByteBufAllocator(#4278)
</li> </ul>詳情請看 our issue tracker。
來自:http://www.oschina.net/news/67775/netty-4-0-33-final
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!