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 static
files as well as objects.  Don't assume it's a magic bullet, sort out
the basics of your app first.

p



> 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, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to