<?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>Erlang非业余研究 &#187; onecached</title>
	<atom:link href="http://blog.yufeng.info/archives/tag/onecached/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yufeng.info</link>
	<description>Erlang系统深度探索和应用</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ProcessOne releases OneCached 很好的学习Erlang的材料</title>
		<link>http://blog.yufeng.info/archives/638</link>
		<comments>http://blog.yufeng.info/archives/638#comments</comments>
		<pubDate>Tue, 27 Jul 2010 09:26:56 +0000</pubDate>
		<dc:creator>Yu Feng</dc:creator>
				<category><![CDATA[Erlang探索]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[onecached]]></category>
		<category><![CDATA[学习]]></category>
		<category><![CDATA[项目]]></category>

		<guid isPermaLink="false">http://blog.yufeng.info/?p=638</guid>
		<description><![CDATA[原创文章，转载请注明： 转载自Erlang非业余研究 本文链接地址: ProcessOne releases OneCached 很好的学习Erlang的材料 July 05, 2010 ProcessOne has just released OneCached, a Memcached server and client implementation written in Erlang. OneCached is released under the Erlang Public License (EPL),. OneCached supports the set, add, replace, get, incr, decr, delete, flush_all and quit commands. It doesn&#8217;t handle expiration time. You call pull [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://blog.yufeng.info/">Erlang非业余研究</a></p>
<p><strong>本文链接地址:</strong> <a href="http://blog.yufeng.info/archives/638">ProcessOne releases OneCached 很好的学习Erlang的材料</a></p>
</div>
<p>July 05, 2010<br />
ProcessOne has just released OneCached, a Memcached server and client implementation written in Erlang.<br />
OneCached is released under the Erlang Public License (EPL),.</p>
<p>OneCached supports the set, add, replace, get, incr, decr, delete, flush_all and quit commands. It doesn&#8217;t handle expiration time.</p>
<p>You call pull the source code from the public repository at:<a href=" https://git.process-one.net/onecached"> https://git.process-one.net/onecached</a></p>
<p>git clone git://git.process-one.net/onecached/mainline.git</p>
<p>To compile, just run make, and to start, just type:<br />
bin/onecachedctl start</p>
<p>这个项目是非常简单的一个memcached的模仿， 亮点在于底层用ets, dest, mnesia这样的erlang特有的存储。这个项目的意义在于演示了如何编写一个严肃的Erlang工程，以及需要掌握的技能。对于初学者来讲，这是很好的一个切入点。 你可以在上面修修改改， 打造出你自己的版本。</p>
<p>玩的开心！</p>
<div style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">
<p>Post Footer automatically generated by <a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl plugin</a> for wordpress.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yufeng.info/archives/638/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

