<?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: Why you should NEVER use in-proc session</title>
	<atom:link href="http://www.ronaldwidha.net/2009/03/23/why-you-should-never-use-in-proc-session/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldwidha.net/2009/03/23/why-you-should-never-use-in-proc-session/</link>
	<description>podcast addict, believes in occam razor, software consultant</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:00:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: ronaldwidha</title>
		<link>http://www.ronaldwidha.net/2009/03/23/why-you-should-never-use-in-proc-session/comment-page-1/#comment-568</link>
		<dc:creator>ronaldwidha</dc:creator>
		<pubDate>Fri, 25 Feb 2011 06:55:44 +0000</pubDate>
		<guid isPermaLink="false">/Stuff/Why-you-should-NEVER-use-in-proc-session.aspx#comment-568</guid>
		<description>Bigger web apps always use staggered deployment. The new version will get rolled in in stages, little by little traffic is redirected to the new versions. This is usually done by detaching a &#039;slice&#039; of servers (front end, db, cache, session server) from the load balancer. New incoming traffic will be redirected to only the servers with the new version of software.</description>
		<content:encoded><![CDATA[<p>Bigger web apps always use staggered deployment. The new version will get rolled in in stages, little by little traffic is redirected to the new versions. This is usually done by detaching a &#39;slice&#39; of servers (front end, db, cache, session server) from the load balancer. New incoming traffic will be redirected to only the servers with the new version of software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nospam</title>
		<link>http://www.ronaldwidha.net/2009/03/23/why-you-should-never-use-in-proc-session/comment-page-1/#comment-567</link>
		<dc:creator>Nospam</dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:01:47 +0000</pubDate>
		<guid isPermaLink="false">/Stuff/Why-you-should-NEVER-use-in-proc-session.aspx#comment-567</guid>
		<description>Out of proc session doesn&#039;t explicitly enable you to deploy new code while sessions are alive.  What if your session changes?  What if different object types are used?  The session won&#039;t deserialize correctly and you&#039;ll be SOL.</description>
		<content:encoded><![CDATA[<p>Out of proc session doesn&#39;t explicitly enable you to deploy new code while sessions are alive.  What if your session changes?  What if different object types are used?  The session won&#39;t deserialize correctly and you&#39;ll be SOL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

