Re: AW: Enhancing Tomcat Speed

2007-12-24 Thread Rakesh Rajan
Read about memcached in case you have more than one webnode. -Rakesh On Dec 24, 2007 2:40 AM, Pid <[EMAIL PROTECTED]> wrote: > Richard G. Reyes wrote: > > Hi Pid, All, > > > > Hope you could tell me more about caching...isn't it automatic in > tomcat? > > Not un

Re: AW: Enhancing Tomcat Speed

2007-12-23 Thread Pid
Richard G. Reyes wrote: > Hi Pid, All, > > Hope you could tell me more about caching...isn't it automatic in tomcat? Not until you've profiled your app and tuned the DB accesses - which is where most of your slowdown is likely to be. Caching is esoteric and application specific, and can refer to

Re: AW: Enhancing Tomcat Speed

2007-12-23 Thread Richard G. Reyes
Hi Pid, All, Hope you could tell me more about caching...isn't it automatic in tomcat? Pid wrote: And look, we haven't even mentioned caching yet... p - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Re: AW: Enhancing Tomcat Speed

2007-12-23 Thread Pid
Richard Reyes wrote: > > Hi All, > > - Version: 5.5 but would upgrading to 6 be wise? > - OS: Cent OS > - Kind of App: Webapp with MySQL DB. Have you guys heard of Appfuse. > - We created it using Spring and Webwork > - I'm comparing my current performance to the performance when its > deployed o

Re: AW: Enhancing Tomcat Speed

2007-12-22 Thread Richard Reyes
Hi All, - Version: 5.5 but would upgrading to 6 be wise? - OS: Cent OS - Kind of App: Webapp with MySQL DB. Have you guys heard of Appfuse. - We created it using Spring and Webwork - I'm comparing my current performance to the performance when its deployed only on my devt desktop because it is

Re: AW: Enhancing Tomcat Speed

2007-12-22 Thread Alan Chaney
Permgen space is used by the ClassLoader to hold copies of classes. It is unlikely that increasing the permgen space will produce a noticeable improvement in performance. Versions of tomcat can exhibit problems with java.lang.OutOfMemoryError: PermGen space failure - there is a good article her

AW: Enhancing Tomcat Speed

2007-12-22 Thread Schadler Johann
Richard Reyes wrote: > I have not had the chance to try the heap size and class reloading > thing, but would still like to learn on other might be areas of > improvements. To be able to influence the memory consumption (e.g. to tune the PermGen-Space) is the main criteria and most efficient wa