Resin 在2013-04-26发布了 4.0.35 版本。上一个版本是2013-02-14的4.0.35。该版本包含部分小改进,详情请看 http://www.caucho.com/resin-4.0/changes/resin-4.0.36.xtp http://caucho.com/resin-4.0/changes/changes.xtp 其他产品线还是3.1.13.
改进:
4.0.36 -
- access-log: added buffer-size to access log at cluster level (#5378, rep by Andrew Foong)
- apache: added apache 2.4 support(#5241)
- apache, iis: added support for disabled servers(#5364)
- embed: add ResinEmbed.setServerId (#5350, rep by D. Shearer)
- jmx: MBean/MXBean interface scanning was assuming class implementation matching (#5357, rep by Steve Francis)
- jdbc: added jdbc 7 stub methods for compilation (#5370)
- cdi: add NoClassDefError catches for optional classes (#5371)
- session: jdbc session support for isolated server instances (#5374, rep by Keith Paulson)
- jCache: removeAll support
- jCache: isStoreValue=true (#5343)
- jCache: spec changed to use Configuration instead of builders
- apache: mod_caucho fix for failover issue(#5266, rep by Shinomiya Nobuaki)
- iis: isapi_srun.dll fix for failover issue(#5360, rep by Jason Barr)
Resin是CAUCHO公司(http://www.caucho.com/)的产品,是一个非常流行的支持 servlets 和jsp的引擎,速度非常快。Resin本身包含了一个支持HTTP/1.1的WEB服务器。虽然它可以显示动态内容,但是它显示静态内容的能力也非常强,速度直逼APACHE SERVER。许多站点都是使用该WEB服务器构建的。
其实对于JSP引擎来说,目前就是Resin和Tomcat.看个人熟悉和喜好来选择。
下载:
http://www.caucho.com/download/resin-pro-4.0.36.tar.gz
http://www.caucho.com/download/resin-4.0.36.tar.gz
http://www.caucho.com/download/resin-4.0.36-src.tar.gz
文章转载自:开源中国社区 [http://www.oschina.net]