<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Between the lines</title>
	<atom:link href="http://ajaygopalakrishnan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaygopalakrishnan.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 01 Oct 2010 07:09:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ajaygopalakrishnan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Between the lines</title>
		<link>http://ajaygopalakrishnan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ajaygopalakrishnan.wordpress.com/osd.xml" title="Between the lines" />
	<atom:link rel='hub' href='http://ajaygopalakrishnan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>A Distributed and Distributed Computing based Redis.</title>
		<link>http://ajaygopalakrishnan.wordpress.com/2010/10/01/a-distributed-and-distributed-computing-based-redis/</link>
		<comments>http://ajaygopalakrishnan.wordpress.com/2010/10/01/a-distributed-and-distributed-computing-based-redis/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 07:09:55 +0000</pubDate>
		<dc:creator>ajaygopalakrishnan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ajaygopalakrishnan.wordpress.com/2010/10/01/a-distributed-and-distributed-computing-based-redis/</guid>
		<description><![CDATA[Redis is - 1. Non-distributed 2. Persistent 3. Key-Value store 4. Supporting string, lists, ordered sets, unordered sets 5. performs operations on values like all the operations that you could think of doing in a distributed fashion 6. supports locking and synchronized operations How about writing a distributed version of it using Berkeley DB and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaygopalakrishnan.wordpress.com&amp;blog=1775032&amp;post=82&amp;subd=ajaygopalakrishnan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ajaygopalakrishnan.wordpress.com/2010/10/01/a-distributed-and-distributed-computing-based-redis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f9af44bed25a311fe2b9846c61048b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajaygopalakrishnan</media:title>
		</media:content>
	</item>
		<item>
		<title>Opportunities.</title>
		<link>http://ajaygopalakrishnan.wordpress.com/2010/09/30/opportunities/</link>
		<comments>http://ajaygopalakrishnan.wordpress.com/2010/09/30/opportunities/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 23:41:45 +0000</pubDate>
		<dc:creator>ajaygopalakrishnan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ajaygopalakrishnan.wordpress.com/2010/09/30/opportunities/</guid>
		<description><![CDATA[There are a lot of opportunities coming up in the near future. Recession is receding and there are a lot of small startups where you can easily spend your coming 4-6 years. Once you finish reading the `Understanding the linux kernel&#8217; book and work on attaching S3 and EBS as a VFS and learn more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaygopalakrishnan.wordpress.com&amp;blog=1775032&amp;post=81&amp;subd=ajaygopalakrishnan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ajaygopalakrishnan.wordpress.com/2010/09/30/opportunities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f9af44bed25a311fe2b9846c61048b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajaygopalakrishnan</media:title>
		</media:content>
	</item>
		<item>
		<title>Synchronization and Concurrency fundamentals</title>
		<link>http://ajaygopalakrishnan.wordpress.com/2010/01/07/a-prologue-to-the-concurrency-saga/</link>
		<comments>http://ajaygopalakrishnan.wordpress.com/2010/01/07/a-prologue-to-the-concurrency-saga/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 05:24:00 +0000</pubDate>
		<dc:creator>ajaygopalakrishnan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[fundamentals]]></category>
		<category><![CDATA[locks]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://ajaygopalakrishnan.wordpress.com/2010/01/07/a-prologue-to-the-concurrency-saga</guid>
		<description><![CDATA[Notes Alice &#38; Bob examples and show why Synchronization is so easy for Humans and difficult for Computers Take Alice &#38; Bob examples &#8220;Art of Multiprocessor programming&#8221; &#38; &#8220;Concurrent and Synchronization algorithms&#8221; Develop this example thoroughly. Take a little digression to Message Passing Systems and ponder over implementing the Alice and Bob problems using Message [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaygopalakrishnan.wordpress.com&amp;blog=1775032&amp;post=71&amp;subd=ajaygopalakrishnan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ajaygopalakrishnan.wordpress.com/2010/01/07/a-prologue-to-the-concurrency-saga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f9af44bed25a311fe2b9846c61048b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajaygopalakrishnan</media:title>
		</media:content>
	</item>
		<item>
		<title>At last, Alonzo shares the limelight with Turing</title>
		<link>http://ajaygopalakrishnan.wordpress.com/2009/12/20/at-last-alonzo-shares-the-limelight-with-turing/</link>
		<comments>http://ajaygopalakrishnan.wordpress.com/2009/12/20/at-last-alonzo-shares-the-limelight-with-turing/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 05:28:00 +0000</pubDate>
		<dc:creator>ajaygopalakrishnan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ajaygopalakrishnan.wordpress.com/2009/12/20/at-last-alonzo-shares-the-limelight-with-turing</guid>
		<description><![CDATA[This is a story of Computation. My own take on the entire business of programming and the entire software industry.&#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ajaygopalakrishnan.wordpress.com&amp;blog=1775032&amp;post=70&amp;subd=ajaygopalakrishnan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ajaygopalakrishnan.wordpress.com/2009/12/20/at-last-alonzo-shares-the-limelight-with-turing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6f9af44bed25a311fe2b9846c61048b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ajaygopalakrishnan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
