<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Distributed Caching for ASP.NET Applications</title> <atom:link href="http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/feed/" rel="self" type="application/rss+xml" /><link>http://blog.jeffreymcmanus.com</link> <description>The New Thing</description> <lastBuildDate>Thu, 23 Dec 2010 19:55:49 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: jeffrey</title><link>http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/comment-page-1/#comment-3850</link> <dc:creator>jeffrey</dc:creator> <pubDate>Wed, 31 Mar 2010 15:32:11 +0000</pubDate> <guid
isPermaLink="false">http://blog.jeffreymcmanus.com/?page_id=888#comment-3850</guid> <description>Also, if you are relying on cache in such a way that losing a cache node loses data, you are not using cache correctly. I don&#039;t know why you&#039;d even bring this up since it&#039;s pretty basic -- seems like you&#039;re trying to sell your expensive product using some kind of &lt;a href=&#039;http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt&#039; rel=&quot;nofollow&quot;&gt;FUD&lt;/a&gt; strategy.&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-3850&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Also, if you are relying on cache in such a way that losing a cache node loses data, you are not using cache correctly. I don&#8217;t know why you&#8217;d even bring this up since it&#8217;s pretty basic &#8212; seems like you&#8217;re trying to sell your expensive product using some kind of <a
href='http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt' rel="nofollow">FUD</a> strategy.<p
class="top-comments">Current score: <span
class="top-comments-karma" id="karma-3850">0</span> <small>(to vote for this comment, please visit the site)</small></p> ]]></content:encoded> </item> <item><title>By: jeffrey</title><link>http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/comment-page-1/#comment-3848</link> <dc:creator>jeffrey</dc:creator> <pubDate>Wed, 31 Mar 2010 14:40:47 +0000</pubDate> <guid
isPermaLink="false">http://blog.jeffreymcmanus.com/?page_id=888#comment-3848</guid> <description>No idea why you&#039;d pay $2,495/CPU for your product when you can use memcached for free, but I guess it must have some benefit above and beyond memcached&#039;s. Memcached has the benefit of having been used on some of the biggest sites in the world and it has a significant developer following that is advancing its feature set in an open-source manner. So I think I&#039;ll stick with that, thanks.&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-3848&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p>No idea why you&#8217;d pay $2,495/CPU for your product when you can use memcached for free, but I guess it must have some benefit above and beyond memcached&#8217;s. Memcached has the benefit of having been used on some of the biggest sites in the world and it has a significant developer following that is advancing its feature set in an open-source manner. So I think I&#8217;ll stick with that, thanks.<p
class="top-comments">Current score: <span
class="top-comments-karma" id="karma-3848">0</span> <small>(to vote for this comment, please visit the site)</small></p> ]]></content:encoded> </item> <item><title>By: steve</title><link>http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/comment-page-1/#comment-3847</link> <dc:creator>steve</dc:creator> <pubDate>Wed, 31 Mar 2010 07:46:16 +0000</pubDate> <guid
isPermaLink="false">http://blog.jeffreymcmanus.com/?page_id=888#comment-3847</guid> <description>As stated above, ASP.NET cache has drawbacks. These also include Data integrity problems in Web Farm/Garden, Cache size limit, single point of failure and more.Obviously you will not afford your cache to become the source of data loss in case of its failure. Data integrity is also a big issue.The  alternatives to ASP.NET does not have these problems. If you use third party distributed cache, there are many like NCache Express, it lets you cache ASP.NET without needing a code change. It is easy to use, download to try from http://www.alachisoft.com/download.htmlDevelopers involved in writing large applications and want to cache thier data can look for NCache, the paid version of distributed cache. It is feature-rich and gives you all the flexibility of caching&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-3847&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p>As stated above, ASP.NET cache has drawbacks. These also include Data integrity problems in Web Farm/Garden, Cache size limit, single point of failure and more.</p><p>Obviously you will not afford your cache to become the source of data loss in case of its failure. Data integrity is also a big issue.</p><p>The  alternatives to ASP.NET does not have these problems. If you use third party distributed cache, there are many like NCache Express, it lets you cache ASP.NET without needing a code change. It is easy to use, download to try from <a
href="http://www.alachisoft.com/download.html" rel="nofollow">http://www.alachisoft.com/download.html</a></p><p>Developers involved in writing large applications and want to cache thier data can look for NCache, the paid version of distributed cache. It is feature-rich and gives you all the flexibility of caching<p
class="top-comments">Current score: <span
class="top-comments-karma" id="karma-3847">0</span> <small>(to vote for this comment, please visit the site)</small></p> ]]></content:encoded> </item> <item><title>By: jeffrey</title><link>http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/comment-page-1/#comment-1228</link> <dc:creator>jeffrey</dc:creator> <pubDate>Fri, 06 Mar 2009 19:15:59 +0000</pubDate> <guid
isPermaLink="false">http://blog.jeffreymcmanus.com/?page_id=888#comment-1228</guid> <description>Sorry for the delay on this, will try to get something on the site by this weekend.&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-1228&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Sorry for the delay on this, will try to get something on the site by this weekend.<p
class="top-comments">Current score: <span
class="top-comments-karma" id="karma-1228">0</span> <small>(to vote for this comment, please visit the site)</small></p> ]]></content:encoded> </item> <item><title>By: Tom</title><link>http://blog.jeffreymcmanus.com/talks/distributed-caching-for-aspnet-applications/comment-page-1/#comment-1232</link> <dc:creator>Tom</dc:creator> <pubDate>Thu, 26 Feb 2009 22:49:45 +0000</pubDate> <guid
isPermaLink="false">http://blog.jeffreymcmanus.com/?page_id=888#comment-1232</guid> <description>Hi Jeff,I was at your talk at VSLive in San Francisco.  I really appreciated the demo and knowledge that you provided.   I had inquired about the demo project (VS project) that you used during the demonstration on memcache.  You had mentioned to look on your site for it.   Any hints to where I might find this?   The project you used/created seemed to be very helpful and would love to be able to see it again to get a head start on this technology.Thanks!Tom&lt;p class=&quot;top-comments&quot;&gt;Current score: &lt;span class=&quot;top-comments-karma&quot; id=&quot;karma-1232&quot;&gt;0&lt;/span&gt; &lt;small&gt;(to vote for this comment, please visit the site)&lt;/small&gt;&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Hi Jeff,</p><p>I was at your talk at VSLive in San Francisco.  I really appreciated the demo and knowledge that you provided.   I had inquired about the demo project (VS project) that you used during the demonstration on memcache.  You had mentioned to look on your site for it.   Any hints to where I might find this?   The project you used/created seemed to be very helpful and would love to be able to see it again to get a head start on this technology.</p><p>Thanks!</p><p>Tom<p
class="top-comments">Current score: <span
class="top-comments-karma" id="karma-1232">0</span> <small>(to vote for this comment, please visit the site)</small></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)
Database Caching 3/21 queries in 0.012 seconds using memcached

Served from: blog.jeffreymcmanus.com @ 2012-02-11 04:09:11 -->
