<?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: Spikability &#8211; An Application&#8217;s Ability to Handle Unknown and/or Inconsistent Load	</title>
	<atom:link href="https://blog.iron.io/spikability-applications-ability-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.iron.io/spikability-applications-ability-to/</link>
	<description>Scalable serverless application tools to run background tasks with Docker containers and manage messaging queues with cloud elasticity and handheld customer support.</description>
	<lastBuildDate>Sun, 17 Jan 2021 04:21:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Travis Reeder		</title>
		<link>https://blog.iron.io/spikability-applications-ability-to/#comment-52</link>

		<dc:creator><![CDATA[Travis Reeder]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 21:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://ironio2.wpengine.com/?p=176#comment-52</guid>

					<description><![CDATA[Caching can definitely help by essentially reducing load on your app/database, but a cache can&#039;t perform an action. For retrieving data that is used often or takes time/resources to generate, a cache is a wonderful thing. For everything else your app needs to do, you need something else, like a message queue.]]></description>
			<content:encoded><![CDATA[<p>Caching can definitely help by essentially reducing load on your app/database, but a cache can&#8217;t perform an action. For retrieving data that is used often or takes time/resources to generate, a cache is a wonderful thing. For everything else your app needs to do, you need something else, like a message queue.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Seun Osewa		</title>
		<link>https://blog.iron.io/spikability-applications-ability-to/#comment-51</link>

		<dc:creator><![CDATA[Seun Osewa]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 14:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://ironio2.wpengine.com/?p=176#comment-51</guid>

					<description><![CDATA[I think caching may be the most important strategy for coping with traffic spikes on most websites. Traffic spikes tend to occur when a specific page on your site is linked from a popular site like reddit or the yahoo home page. If caching is implemented correctly, such hot pages will be served entirely from your cache, and your server load won&#039;t be affected much.]]></description>
			<content:encoded><![CDATA[<p>I think caching may be the most important strategy for coping with traffic spikes on most websites. Traffic spikes tend to occur when a specific page on your site is linked from a popular site like reddit or the yahoo home page. If caching is implemented correctly, such hot pages will be served entirely from your cache, and your server load won&#8217;t be affected much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mxx		</title>
		<link>https://blog.iron.io/spikability-applications-ability-to/#comment-50</link>

		<dc:creator><![CDATA[mxx]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 01:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://ironio2.wpengine.com/?p=176#comment-50</guid>

					<description><![CDATA[If users expect a result in real-time, message queue is not a solution.&lt;br /&gt;Additionally, we use your example of a daily deal site, more often than not such sites have a fixed inventory amount. You can&#039;t have a message queue process your orders. You&#039;ll keep selling those offers while your whole inventory will still be in the queue.]]></description>
			<content:encoded><![CDATA[<p>If users expect a result in real-time, message queue is not a solution.<br />Additionally, we use your example of a daily deal site, more often than not such sites have a fixed inventory amount. You can&#8217;t have a message queue process your orders. You&#8217;ll keep selling those offers while your whole inventory will still be in the queue.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
