<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Separated Share front ends in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298413#M251543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there isn't much that is cached in Share tier - basically just the dynamic Surf view model fragments for dashboards and sites. As a result, there is little need for cache setting modifications. Settings can be found in Surf files, e.g. &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-config.xml" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-config.xml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;spring-surf-config.xml&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-model-context.xml" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-model-context.xml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;spring-surf-model-context.xml&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setting every cache to invalidating will break some functionality that relies on fully distributed caching, specifically authentication tickets and potentially some kind of transient locks not persisted in the database. "Invalidating" mode also does not mean that every cluster node maintains a full copy of cluster data and does not have to query for data - the cluster nodes will end up having only the data they already accessed in caches and querying the database instead of other cluster nodes. It is assumed that cluster communication to obtain cached objects is faster than re-executing the entire database query and post-processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 16:09:00 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2015-03-02T16:09:00Z</dc:date>
    <item>
      <title>Separated Share front ends</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298412#M251542</link>
      <description>We have our share front ends running in a separate tier to the main alfresco repo servers.Are there any cache settings we can apply to share to speed things up?I notice there are a bunch of cache settings on the alfresco repo boxes, but I cannot for the life of me find ANY share front end cache sett</description>
      <pubDate>Sat, 28 Feb 2015 19:35:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298412#M251542</guid>
      <dc:creator>t16</dc:creator>
      <dc:date>2015-02-28T19:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Separated Share front ends</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298413#M251543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there isn't much that is cached in Share tier - basically just the dynamic Surf view model fragments for dashboards and sites. As a result, there is little need for cache setting modifications. Settings can be found in Surf files, e.g. &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-config.xml" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-config.xml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;spring-surf-config.xml&amp;lt;/a&amp;gt; and &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-model-context.xml" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/community-edition/blob/e0c6c4088320113db82e16ca5e3261aa321ec26d/projects/surf/spring-surf/spring-surf/src/main/resources/org/springframework/extensions/surf/spring-surf-model-context.xml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;spring-surf-model-context.xml&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setting every cache to invalidating will break some functionality that relies on fully distributed caching, specifically authentication tickets and potentially some kind of transient locks not persisted in the database. "Invalidating" mode also does not mean that every cluster node maintains a full copy of cluster data and does not have to query for data - the cluster nodes will end up having only the data they already accessed in caches and querying the database instead of other cluster nodes. It is assumed that cluster communication to obtain cached objects is faster than re-executing the entire database query and post-processing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 16:09:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298413#M251543</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-03-02T16:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Separated Share front ends</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298414#M251544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ahh ok thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think we will leave the cache settings with respect to the invalidating and fully-clustered settings at their default for now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the detailed explanation, its always great to learn the nuts and bolts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 17:49:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/separated-share-front-ends/m-p/298414#M251544</guid>
      <dc:creator>t16</dc:creator>
      <dc:date>2015-03-02T17:49:40Z</dc:date>
    </item>
  </channel>
</rss>

