Hi Robby,

2011/2/17 Robby Pelssers <[email protected]>

>
> Hi all,
>
> I was just wondering if it is possible to completely disable caching of
> components.  I have severe issues lately with wrong content being shown and
> the only way to resolve these issues is by deleting the
> tomcat/work/catalina/localhost folder and doing a restart.
>
>
To disable the cache you only need to configure the pipelines as type
"noncaching". You can configure the default type too in your sitemap.xmap
file.

<map:components>
  <map:pipes default="noncaching">
    your pipe declarations ...
  </map:pipes>
...

Also you can remove the cache without clean the work directory:
http://cocoon.apache.org/2.2/core-modules/core/2.2/1006_1_1.html
Your problems with the content can be related to a bad caching
implementation, you should review your custom components caching strategy.



> I would like to check out the performance without any caching and check if
> I can live with it... if so it will at least solve my corrupted cache issue.
>
>
The performance without caching it's not very good. I recommend you to use
caching if you can with an Apache HTTPD or SQUID acting as proxy cache. I
got good results with this solution.


> I sincerely look forward to any advise.
>
>
Salu2.


> Kind regards,
> Robby Pelssers
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to