| ||||||||||
Resin 3.1 Documentation Examples Changes Release Notes Change Logs Resin 3.1.2 Resin 3.1.1 Resin 3.1.0 Archive |
Resin 3.1.xResin 3.1.x is a development branch. New capabilities will be added along with bug fixes for future versions of the Resin 3.1.x branch. Deployments which need a Resin version with only bug fixes should use the Resin 3.0.x branch. Amber/JPAIn Resin 3.1.2, Amber is the first production release with full support for JPA. Essentially, Amber passes the JPA TCK. Both persistence context types are supported: TRANSACTION and EXTENDED. Also, potential issues including persistence unit configurations, cascading operations and query portability have been reviewed. Connectionsstartup listen()On startup, Resin Professional now only calls The new capability keeps load balancers from sending requests to an initializing server. Application setHeader("Connection", "close")Applications can close a keepalive with the Connection: close header. This capability is only for advanced users with particular needs. Almost all application should continue to use the default behavior. Hessian 2.0The Hessian 2.0 draft has been updated. While the new draft is compatible with Hessian 1.0, it is not compatible with previous versions of the draft due to encoding changes. Hessian 2.0 EnvelopesHessian 2.0 now allows streams to be wrapped in an envelope. Three predefined Envelopes are now available:
streamingStreaming support is now available in the Hessian API with the addition
of mod_cauchomod_caucho now supports CauchoStickySessions as a configuration item, so sites can disable the sticky-session capability. bootAdded <java-exe> to the resin.conf file to select the Java executable. adminThe /resin-admin now has a cluster section for cross-cluster information display. JDBC database poolingThe JDBC database pooling algorithm has changed to LIFO to better support load-balancing JDBC drivers. Load-BalancingThe ResinLoadBalancer algorithm has changed to better handle servers which are temporarily busy or not accepting connections. sessionSessions may now use Hessian2 for serialization (serialization-type="hessian"). For many applications, this will reduce the serialization size significantly. The session backing store is now more efficient for sessions between 128 bytes and 4096 bytes, by adding a dynamic mini-fragment size. Previously, sessions between 128 bytes and 4096 would always use 8k of persistent store. In 3.1.2, the sessions are stored in 256-byte chunks, reducing overhead for medium-sized sessions. QuercusApplications Running on Quercus
|