<rss version="2.0"><channel><title>Shared Cache News List</title><item><title><![CDATA[Can I run my development environment with: 127.0.0.1?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=9a5e3b4d-e127-458a-9d08-309f027cacd6#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<p><font face="Verdana" size="2">you are able to work 127.0.0.1 instead of your local ip address.</font></p>
<p><font face="Verdana" size="2">run->cmd and enter the following: *netstat -na*<br />
Version 1.0.2.127 and upper:<br />
  Proto Local Address Foreign Address            State<br />
  TCP 0.0.0.0:48888 0.0.0.0:0                      LISTENING<br />
 <br />
Previous Versions:<br />
  Proto Local Address  Foreign Address State<br />
  TCP 192.168.212.21:48888  0.0.0.0:0  LISTENING</font></p>]]></description></item><item><title><![CDATA[Can I install more then 1 indeXus.Net SharedCache per Server]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=37fb6ce5-615e-4b8d-a059-f1ac8c6171cf#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">We decided not to support this option. Maybe we will add this in later releases but for now we do not support this option.</font>]]></description></item><item><title><![CDATA[Can I configure more then 1 Cache pool?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=b2b211fa-a09d-4224-bd34-e23eb5af69b8#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Arial"><font face="Verdana" size="2">indeXus.Net SharedCache is designed to held 1 Pool per Server instance.</font> </font>]]></description></item><item><title><![CDATA[What happens when configured maximum Memory is reached? Are the oldest items are expired when new ones come in?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=022bfa37-84d6-453d-9e1f-be2b4211b5d7#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Arial"><font face="Verdana" size="2">there are several evict strategies implemented: CACHEITEMPRIORITY, LRU, LFU, TIMEBASED, SIZE, LLF, HYBRID</font> </font>]]></description></item><item><title><![CDATA[Is it thread safe to modify Element values after retrieval from a Cache?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=56187d44-eb2d-415c-825c-bf9e8b35354e#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">Remember that a value in a cache element is globally accessible from multiple threads. It is inherently not thread safe to modify the value. It is safer to retrieve a value, delete the cache element and then reinsert the value. The This is outside of the core of SharedCache.</font>]]></description></item><item><title><![CDATA[Can non-Serializable objects be stored in a cache?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=050fcc1b-bccf-4c23-9baf-3cc1fffba07c#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">no, you have to mark the parts in your object with an Attribute NonSerializable(), then you are available to serialize your object.</font>]]></description></item><item><title><![CDATA[What elements are mandatory in MergeSystem.Indexus.WinService.exe.config?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=651f95ab-24d8-4219-814a-a66413567ead#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">The documentation has been updated with comprehensive coverage of the schema for indeXus.Net Shared Cache Server config and all elements and attributes. See the Configuration chapters on this site.</font>]]></description></item><item><title><![CDATA[What elements are mandatory in my client web.config file?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=4b22a1f0-776b-4e72-aa32-cea764427ea8#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">The documentation has been updated with comprehensive coverage of the schema for indeXus.Net Shared Cache Server config and all elements and attributes. See the clientconfig chapter.</font>]]></description></item><item><title><![CDATA[Where is the source code?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=e649bdbf-fb3e-499e-a257-b3307a2c9845#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">The source code is distributed on codeplex: <a target="_blank" href="http://www.codeplex.com/SharedCache/SourceControl/ListDownloadableCommits.aspx">http://www.codeplex.com/SharedCache/SourceControl/ListDownloadableCommits.aspx</a> Each release is distributed with the appropriated ChangeSet (e.g: Release Notes for version 1.0.1.122).</font>]]></description></item><item><title><![CDATA[What is the minimum config to get distributed caching going?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=23524bc2-c969-487c-8d34-2d4f3b40d44b#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Arial"><font face="Verdana" size="2">See Configuration chapter.</font> </font>]]></description></item><item><title><![CDATA[What is the minimum config to get replicated caching going?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=e430755e-d115-403e-92fe-57f99bc492af#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">See Configuration chapter.</font>]]></description></item><item><title><![CDATA[How can I see if distributed caching is working?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=252e4c05-0f89-4221-a166-d3c24ec6ed79#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">use the notify program or create a page and request statistic information for the request server. <br />
IndexusDistributionCache.SharedCache.GetStats(host);</font>]]></description></item><item><title><![CDATA[How much memory does that consume?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=40687b2a-0f7c-4b26-b313-1fff88474e4c#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<p><font face="Verdana" size="2">The maximum size of the objects in the Cache in MB. To make it unlimited, use value -1 which is the default in case of -1 you can receive OutOfMemoryException when the server is not able anymore to receive data.</font></p>
<p>
<table cellspacing="1" cellpadding="1" width="380" summary="" border="1">
    <tbody>
        <tr>
            <td>
            <div class="csharpcode">
            <pre class="alt"><font face="Verdana"><font size="2"><span class="kwrd"><</span><span class="html">add</span> <span class="attr">key</span><span class="kwrd">="CacheAmountOfObjects"</span> <span class="attr">value</span>= <span class="kwrd">"150"</span> <span class="kwrd">/></span></font></font></pre>
            </div>
            </td>
        </tr>
    </tbody>
</table>
</p>]]></description></item><item><title><![CDATA[Which .Net Framework is needed to run SharedCache?]]></title><link><![CDATA[http://www.sharedcache.com:80/cms/Default.aspx?pg=a1c72858-9090-4b33-9d0f-92b43e895270&detail=68e5839a-ceda-47de-bf1b-61a0cc805232#2a2707ba-7fc4-4bac-adb5-b8002ee0d38d]]></link><description><![CDATA[<font face="Verdana" size="2">SharedCache target the .NET Framework v2.0. The Microsoft .NET Framework version 2.0 run-time</font>]]></description></item></channel></rss>