Hi Bean,
It would be interesting to see the difference with 64bit JVM.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
To begin with, I have worked with many, many clients for whom
scalability is a core concern. All of them use sticky sessions (with
a backup server).
Second, Tapestry is designed to store a pretty minimal amount of
information in the HttpSession, in that it tends to store simple,
immutable object
Tapestry doesn't generate 2 requests all the time,
only for action requests, but even then only for some actions.
You are not forced to store you database objects in the session,
you can store Object id only, you your self will be responsible for scaling
issues, but tapestry will definitely give