[EMAIL PROTECTED] wrote:
> 
> Hello,
> 
> I saw a mention of Slide cache being disabled by someone
> who deployed it in a clustered environment, but I haven't
> found any mention of the cache control in the code.
> 
> Can someone please teach me what sort of aching exists in Slide,
> and where can it be disabled?
> 

There's extensive caching throughout slide. Most of the relevent bits
live in org/apache/common/Service.java, the classes which implement this
interface, and their subclasses. AbstractServiceBase.java turns caching
on by default for services which don't override this. 

Be warned that, if you're using any of the JDBC stores, disabling
caching has drastic and intolerable performance problems (typically,
operations like a propfind on a directory with a couple of files in it,
like MS webfolders does, will take 30+ seconds).

Michael

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

Reply via email to