Apache Tomcat Native 1.2.5 发布了,Tomcat Native 这个项目可以让 Tomcat 使用 Apache 的 apr 包来处理包括文件和网络IO操作,以提升性能。
该版本主要特点如下:
- Report OpenSSL runtime version in use rather than compile time version used.
- Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2g.
改进记录:
Update: Enable OpenSSL version check in configure by default. It can be turned off using --disable-openssl-version-check. (rjung)
Fix: 59024: Native function versionString() and for OpenSSL 1.1.0 also version() (both in in ssl.c) now return the OpenSSL run time version, not the compile time version. (rjung)
Code: Track changes in the OpenSSL master branch so it is possible to build Tomcat Native with that branch. (billbarker)
软件详情:http://tomcat.apache.org/download-native.cgi
下载地址:http://www.apache.org/dist/tomcat/tomcat-connectors/native/
来自:开源中国社区

