<?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>A Humble Programmer &#187; rpc</title>
	<atom:link href="http://hjiang.net/archives/tag/rpc/feed" rel="self" type="application/rss+xml" />
	<link>http://hjiang.net</link>
	<description>Notes on life, computing, and programming</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:36:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building Thrift</title>
		<link>http://hjiang.net/archives/204</link>
		<comments>http://hjiang.net/archives/204#comments</comments>
		<pubDate>Fri, 29 Aug 2008 23:06:32 +0000</pubDate>
		<dc:creator>j</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rpc]]></category>
		<category><![CDATA[thrift]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://hjiang.net/?p=204</guid>
		<description><![CDATA[Thrift is Facebook&#8217;s cross-language data-exchange and RPC library, similar to Google&#8217;s Protocol Buffers. In my opinion, it also seems to be better (supports more data structures and programming languages) than Protocol Buffers. Unfortunately, its documentation isn&#8217;t very comprehensive, and many people have trouble getting it to work. In Ubuntu/Debian Linux, besides the requirements on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://developers.facebook.com/thrift/">Thrift</a> is Facebook&#8217;s cross-language data-exchange and RPC library, similar to Google&#8217;s <a href="http://code.google.com/p/protobuf/">Protocol Buffers</a>. In my opinion, it also seems to be better (supports more data structures and programming languages) than Protocol Buffers. Unfortunately, its documentation isn&#8217;t very comprehensive, and many people have trouble getting it to work. In Ubuntu/Debian Linux, besides the requirements on the official homepage, you need the following packages to compile Thrift:</p>

<pre><code>libboost-dev
python-dev
ruby1.8-dev
byacc
flex
</code></pre>

<p>Hopefully after thrift comes out of the Apache Incubator, the documentation would be more complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://hjiang.net/archives/204/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
