Em Thu, 15 Jan 2009 20:57:19 -0300, Fernando Padilla <f...@alum.mit.edu> escreveu:

Well, we have a large app that is not performing very well.. and now I have to figure out how to make it more performant..

In my humble opinion, you're starting to performance bottleneck from the wrong side of the stack. Most of the time, the culprit is the database (or any other data storage implementation). I would start by logging the running time of the data access methods.

--
Thiago H. de Paula Figueiredo
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

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

Reply via email to