<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Developer Day &#187; session</title>
	<atom:link href="http://www.thedeveloperday.com/tag/session/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com</link>
	<description>Staying Curious</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:33:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP session cluster with memcache</title>
		<link>http://www.thedeveloperday.com/php-session-cluster-with-memcache/</link>
		<comments>http://www.thedeveloperday.com/php-session-cluster-with-memcache/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 17:12:52 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[Lazyweb]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/php-session-cluster-with-memcache/</guid>
		<description><![CDATA[Reading planet-php.org I found this great post about how to solve PHP session clustering in an easy way. Though it&#8217;s no silver bullet but it&#8217;s definitely worth knowing about. It uses few insantances of memcache that stores the same copies of sessions. And if one instance gets down the other keeps serving the sessions. It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Reading planet-php.org I found this great post about how to solve <a href="http://phpslacker.com/2009/03/02/php-session-clustering-with-memcache/" title="php session clustering">PHP session clusterin</a>g in an easy way. Though it&#8217;s no silver bullet but it&#8217;s definitely worth knowing about. It uses few insantances of memcache that stores the same copies of sessions. And if one instance gets down the other keeps serving the sessions. It&#8217;s nice to have such kind of failover. Ofcourse after recovery you have to sync the instances. And your performance is going to suffer more and more if you add more memcache instances.</p>
<p>Though myself I feel this is a great poor man&#8217;s solution <img src='http://www.thedeveloperday.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Might end up using it myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/php-session-cluster-with-memcache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
