One of the things I like about Hibernate is that it has request-level caching automatically. In other words if you read and write to the database within a single request, that will only hit the database once. It also organizes queries and minimize them.
Another point - if you do clustering you might consider a stateless app. (This is very common for PHP). This solves a lot of the session cluster problems. WILL On 4/13/06, Florin Vancea <[EMAIL PROTECTED]> wrote: > Yes, that's what I knew. But that's 1.1. > Check http://ehcache.sourceforge.net/ > Scroll down to 26 March 2006 1.2 beta 5 released > > ----- Original Message ----- > From: "Dominik Bruhn" <[EMAIL PROTECTED]> > To: "Velocity Users List" <velocity-user@jakarta.apache.org> > Sent: Thursday, April 13, 2006 5:15 PM > Subject: Re: Switching from PHP to Java/Velocity, Performance? > > > > Hy, > > I read the following: > > ==== > > 5 Distributed Caching > > Ehcache is not a distributed cache. There are no plans to make it a > > distributed cache. The key design goals of ehcache are simplicity and > > provability. Adding a distribution mechanism to ehcache conflicts with > those > > goals. Moreover, a requirement for distribution is far less common than > for > > requirements such as memory and disk storage. > > ==== > > > http://ehcache.sourceforge.net/documentation/documentation-1_1.html#mozTocId763298 > > > > Where did you take the information about the distribution-feature from? > > > > Thanks > > TO > > > > > > Am Thursday 13 April 2006 16:10 schrieb Florin Vancea: > > > Yes, easily. You'll find it in docs. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]