On Wed, December 7, 2005 10:23 am, Laurent Fallet said:
> Thanks for your answer, I agree that it is usually
> application-specific... I was thinking of something like memory
> managment, like improving increasing memory size in Tomcat, or cache
> levels in Hibernate. Something more application-dependant, which would
> fasten my application.
> Regards,
> Laurent

I would start by asking if you have profiled the application yet?  It is
usually a futile exercise, and many times can make matters *worse* to just
start tuning essentially at random.

I can tell you that there isn't a whole lot you can configure in terms of
Struts to optimize.  I fact, off the top of my head the only thing I can
think of is the cache header RP settings.

There is more you could do from the Tomcat/Hibernate perspective, but
again, if you don't have a baseline yet, and don't have a specific
performance problem your trying to solve, it is more than likely going to
not be an effective use of your time, and could potentially make matters
worse.

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to