<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - ARCast.TV - Scott Hanselman on scaling websites with caching</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/475463_100x75.jpg</url>
		<title>Channel 9 - ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<link></link>
	</image>
	<description>Architecting an enterprise or web application for high performance, scale, and availability can be a challenge without an appropriate caching strategy. One approach is to leverage a distributed caching platform to support the needs of performance, scale,
 and availability. In this ARCast episode, 
Scott Hanselman and 
Joe Shirey discuss Microsoft&#39;s codename &amp;quot;Velocity&amp;quot; project and how it supports building out these types of applications as well as what architects and developers need to think about when implementing a distributed caching approach.
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 19:46:33 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 19:46:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>When this thing is gonna release, I've been hearing about it for years, and the last CTP was out last April, I though the whole thing is dead already <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-7.gif' alt='Perplexed' /></p>
<p>posted by bashmohandesx</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633843609250000000</link>
		<pubDate>Tue, 28 Jul 2009 06:55:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633843609250000000</guid>
		<dc:creator>bashmohandesx</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>What are the plans to bring Velocity to Azure?</p>
<p>posted by robvolk</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633844872900000000</link>
		<pubDate>Wed, 29 Jul 2009 18:01:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633844872900000000</guid>
		<dc:creator>robvolk</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>Just use memcached like the rest of the world.</p>
<p>posted by Ian Joyce</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633847692460000000</link>
		<pubDate>Sun, 02 Aug 2009 00:20:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633847692460000000</guid>
		<dc:creator>Ian Joyce</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>Memcached is cool, but Velocity has some features like failover and regions that memcached doesn't. With memcached if you lose a node, it's gone. With Velocity your data is replicated.</p>
<p>posted by Glucose</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848005320000000</link>
		<pubDate>Sun, 02 Aug 2009 09:02:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848005320000000</guid>
		<dc:creator>Glucose</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>To me that sounds like you're trying to add reliability where there shouldn't be any; The cache layer. A cache is volatile; If stuff is gone, or it expires, you repopulate it. Leave reliability to the database, it's very good at it.</p>
<p>posted by prencher</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848312900000000</link>
		<pubDate>Sun, 02 Aug 2009 17:34:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848312900000000</guid>
		<dc:creator>prencher</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>Yes and no. It depends on how easy it is to repopulate. If the date is write-through and hasn't been written to a&nbsp;persistent&nbsp;store, like activity date, then it's gone forever. If you're in a situation like a bank, talking to a mainframe, you may get charged
 for each hit to the backend and losing a cache could mean a chargeback.</p>
<p>posted by Glucose</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848760420000000</link>
		<pubDate>Mon, 03 Aug 2009 06:00:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848760420000000</guid>
		<dc:creator>Glucose</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>That's true, admittedly I hadn't considered such a case, only thinking about in scenarios where e.g. memcached would work. Isn't caching a bit of a wrong term for such use however?</p>
<p>posted by prencher</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848810360000000</link>
		<pubDate>Mon, 03 Aug 2009 07:23:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848810360000000</guid>
		<dc:creator>prencher</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>Valid points...perhaps &quot;distributed memory server&quot;?</p>
<p>posted by Glucose</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848823490000000</link>
		<pubDate>Mon, 03 Aug 2009 07:45:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633848823490000000</guid>
		<dc:creator>Glucose</dc:creator>
	</item>
	<item>
		<title>Re: ARCast.TV - Scott Hanselman on scaling websites with caching</title>
		<description>
			<![CDATA[
<p>Hehe.. Something like that.</p>
<p>&nbsp;</p>
<p>Bonus points if you can make Velocity into an abbreviation describing it. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /></p>
<p>posted by prencher</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633849161720000000</link>
		<pubDate>Mon, 03 Aug 2009 17:09:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/ARCast.TV/ARCastTV-Scott-Hanselman-on-scaling-websites-with-caching#c633849161720000000</guid>
		<dc:creator>prencher</dc:creator>
	</item>
</channel>
</rss>