<?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>Floyd's Thoughts... &#187; MemCache</title>
	<atom:link href="http://www.floydprice.com/category/memcache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.floydprice.com</link>
	<description>Because Everything is Interesting!!!</description>
	<lastBuildDate>Fri, 18 Jun 2010 05:32:05 +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>Memcached on Windows</title>
		<link>http://www.floydprice.com/2008/08/memcached-on-windows/</link>
		<comments>http://www.floydprice.com/2008/08/memcached-on-windows/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 13:19:08 +0000</pubDate>
		<dc:creator>Floyd Price</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[MemCache]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.floydprice.com/?p=72</guid>
		<description><![CDATA[Last time I tried to do MemCache on windows I gave up, as getting MemCache to work on Windows was seriously difficult. Well this is all a thing of the past due to some fine work from Kenneth Dalgleish who has created a Win32 port &#8211; Top Man Installation Download the memcache port from http://www.splinedancer.com/memcached-win32/ [...]]]></description>
			<content:encoded><![CDATA[<p>Last time I tried to do MemCache on windows I gave up, as getting MemCache to work on Windows was seriously difficult.</p>
<p>Well this is all a thing of the past due to some fine work from Kenneth Dalgleish who has created a Win32 port &#8211; Top Man <img src='http://www.floydprice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Installation</strong></p>
<p><strong>Download</strong> the memcache port from http://www.splinedancer.com/memcached-win32/</p>
<p><strong>Extract</strong> the download to your filesystsm (say c:\memcached)</p>
<p><strong>Create</strong> a service using the command : c:\memcached\memcached.exe -d install</p>
<p><strong>Start</strong> the server using the command : c:\memcached\memcached.exe -d start (or using the services management console)</p>
<p>Thats it! by default it listens on port 11211</p>
<p>Rails 2.1 makes using memcache really easy and having this option on Windows is a real shot in the arm for Enterprises who are looking to host Rails apps on Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.floydprice.com/2008/08/memcached-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
