<?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>Wetware &#187; Memcached</title>
	<atom:link href="http://www.wetware.co.nz/blog/tag/memcached/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wetware.co.nz/blog</link>
	<description>Getting computers to do stuff so we don&#039;t have too</description>
	<lastBuildDate>Tue, 27 Jul 2010 03:03:59 +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 &#8211; Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild.</title>
		<link>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/</link>
		<comments>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:10:04 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Server Config]]></category>
		<category><![CDATA[Ubuntu Tricks]]></category>
		<category><![CDATA[Memcached]]></category>
		<category><![CDATA[rubygems]]></category>
		<category><![CDATA[Ubuntu Lucid Lynx 10.04]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=743</guid>
		<description><![CDATA[Trying to install memcached ruby gem on Ubuntu 10.04 Lucid Lynx and I get the error Libmemcached already built; run &#8216;rake clean&#8217; first if you need to rebuild. Fixed this by installing sudo apt-get install libsasl2-dev gem uninstall memcached &#38;&#38; gem install memcached Full Error Stacktrace: sudo gem install memcached Building native extensions.  This could [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2010/06/memcached-libmemcached-already-built-run-rake-clean-first-if-you-need-to-rebuild/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keep Track of Cache and Invalidate</title>
		<link>http://www.wetware.co.nz/blog/2009/06/keep-track-of-cache-and-invalidate/</link>
		<comments>http://www.wetware.co.nz/blog/2009/06/keep-track-of-cache-and-invalidate/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 07:26:04 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Memcached]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=361</guid>
		<description><![CDATA[I am yet to try this but it is a suggestion open to criticism. When caching it can be hard to keep track of where a model has caches and what the cache keys are labeled as.  There are some tricks which allow the definition of the cache key invalidate the cache.  For example if [...]]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2009/06/keep-track-of-cache-and-invalidate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails Premcache with Memcached</title>
		<link>http://www.wetware.co.nz/blog/2009/06/rails-premcache-with-memcached/</link>
		<comments>http://www.wetware.co.nz/blog/2009/06/rails-premcache-with-memcached/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 00:29:31 +0000</pubDate>
		<dc:creator>Jordan Carter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Memcached]]></category>

		<guid isPermaLink="false">http://www.wetware.co.nz/blog/?p=252</guid>
		<description><![CDATA[Great write up about how to use memcached to speed up additional requests. http://blog.caboo.se/articles/2006/10/14/premcache-caching-and-precaching-with-memcached One thing I can&#8217;t seem to find is a good write up on some basic fragment caching with memcache.  Will write my own in a few days.]]></description>
		<wfw:commentRss>http://www.wetware.co.nz/blog/2009/06/rails-premcache-with-memcached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
