On Wed, 19 May 2010 18:25:19 -0300, Pete Poulos <pete.pou...@gmail.com> wrote:

So, if the only thing I'm using the session for is to store this user
feedback message am I going to suffer a huge scalability hit as
indicated in the SSO docs?

 "Scalable web applications do not create the side session needlessly.
If you can avoid creating the session,  on first access to your web
application, you will be able to handle an order of magnitude more
users. So, if you can avoid  the SSO, you should do so."

Both flash and SSO persistence are session persistence, so using one or other don't change performance. Avoiding using the session would.

The text above could be a little more explicit in to refer to session-based storage, not only SSO.

I also saw a message in the archives that suggested that any use of a
Form stores an object for validation within the session as well.

That's the default behavior.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to