高性能网络应用框架Netty v4.0.38.Final 和 v4.1.2.Final 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/e09e565c7d5d147b680aaf8ff112f261.png" /></p>    <p>Netty是一个java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。</p>    <p>也就是说,Netty 是一个基于NIO的客户、服务器端编程框架,使用Netty 可以确保你快速和简单的开发出一个网络应用,例如实现了某种协议的客户,服务端应用。Netty相当简化和流线化了网络应用的编程开发过程,例如,TCP和UDP的socket服务开发。</p>    <p>“快速”和“简单”并不意味着会让你的最终应用产生维护性或性能上的问题。Netty 是一个吸收了多种协议的实现经验,这些协议包括FTP,SMTP,HTTP,各种二进制,文本协议,并经过相当精心设计的项目,最终,Netty 成功的找到了一种方式,在保证易于开发的同时还保证了其应用的性能,稳定性和伸缩性。</p>    <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/6f5c0e93dee3f67278a256a3c3d7de2f.png" /></p>    <p style="text-align: center;"><strong>体系结构图</strong></p>    <h2>更新日志</h2>    <h3>4.0.38 and 4.1.2.Final的重要变化</h3>    <ul>     <li>Be able to use Netty in JDK9 (<a href="/misc/goto?guid=4958991872888927715">#5475</a>), (<a href="/misc/goto?guid=4958991873005948702">#5474 </a>), (<a href="/misc/goto?guid=4958991873128939580">#5473</a>)</li>     <li>Allow to inject RejectedExecutionHandler for different EventLoops and EventExecutors (<a href="/misc/goto?guid=4958991873239151355">#5441</a>)</li>     <li>Allow to set max capacity for task queue for EventExecutors and EventLoops (<a href="/misc/goto?guid=4958991873353202515">#5440</a>)</li>     <li>Add support for KeyManagerFactory when using SslProvider.OpenSsl (<a href="/misc/goto?guid=4958991873473605776">#5439</a>)</li>     <li>Add support for SNIHostName when using Java8+ (<a href="/misc/goto?guid=4958991873587826779">#5417</a>)</li>     <li>Pluggable resource leak detector (<a href="/misc/goto?guid=4958991873705788052">#5392</a>)</li>     <li>Ensure OpenSslClientContext / OpenSslServerContext can be garbage-collected (<a href="/misc/goto?guid=4958991873811590946">#5380</a>)</li>     <li>Use shaded dependency on JCTools instead of copy and paste (<a href="/misc/goto?guid=4958991873930877271">#5316</a>)</li>    </ul>    <h3>4.1.2.Final的重要变化</h3>    <ul>     <li>DnsNameResolver should not bind locally. (<a href="/misc/goto?guid=4958991874047811372">#5461</a>)</li>     <li>DnsNameResolver does not resolve property A+CNAME answer (<a href="/misc/goto?guid=4958991874170067544">#5413</a>)</li>     <li>Optimize HPACK usage to align more with Netty types and remove heavy object creations (<a href="/misc/goto?guid=4958991874287843548">#5355</a>)</li>    </ul>    <h2>下载</h2>    <ul>     <li>4.0.38 <a href="/misc/goto?guid=4958991874393440592" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li>4.0.38 <a href="/misc/goto?guid=4958991874511343083" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>     <li><a href="/misc/goto?guid=4958991874630707304">netty-4.0.38.Final.tar.bz2</a> </li>     <li>4.1.2 <a href="/misc/goto?guid=4958991874738050750" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li>4.1.2 <a href="/misc/goto?guid=4958991874858576263" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>     <li><a href="/misc/goto?guid=4958991874974765529">netty-4.1.2.Final.tar.bz2</a></li>    </ul>    <p> </p>    <p><img src="file:///C:/Users/wqm/AppData/Local/Temp/enhtmlclip/Image(4).png" /></p>    <p> </p>