<?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>Leric&#039;s Blog &#187; 开源拾贝</title>
	<atom:link href="http://www.leric.info/category/%e5%bc%80%e6%ba%90%e6%8b%be%e8%b4%9d/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leric.info</link>
	<description>Temec Nosce</description>
	<lastBuildDate>Sun, 18 Apr 2010 02:32:41 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YUI CSS Grid</title>
		<link>http://www.leric.info/post/25.htm</link>
		<comments>http://www.leric.info/post/25.htm#comments</comments>
		<pubDate>Sun, 05 Jul 2009 07:27:06 +0000</pubDate>
		<dc:creator>Leric</dc:creator>
				<category><![CDATA[开源拾贝]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://leric.net.cn/?p=25</guid>
		<description><![CDATA[http://developer.yahoo.com/yui/grids/builder/
]]></description>
			<content:encoded><![CDATA[<p>http://developer.yahoo.com/yui/grids/builder/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leric.info/post/25.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kestrel持久化队列服务器</title>
		<link>http://www.leric.info/post/19.htm</link>
		<comments>http://www.leric.info/post/19.htm#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:43:56 +0000</pubDate>
		<dc:creator>Leric</dc:creator>
				<category><![CDATA[开源拾贝]]></category>

		<guid isPermaLink="false">http://leric.net.cn/?p=19</guid>
		<description><![CDATA[A persistent queue service used by Twitter.
由于工作上的需要，需要找一个高性能的持久化队列服务器，先是发现了Starling，后来就找到了这个Starling的继承者Kertrel，这两个都是Twitter开发的用来分布执行一些异步任务的队列服务，功能和Geraman和JMS差不多，而我感兴趣的是它的队列存储功能。Kestrel一个很大的好处是使用了memcache的协议，而几乎所有语言都有memcache的接口，每个Key对应一个队列，通过set入队列，get出队列，使用上还是非常方便的。在Github上Kestrel的项目介绍里说到，Kestrel是用Scala语言开发的，在JVM上运行，程序代码算上注释不到1500行，应该也是个学习Scala的好资料。性能方面，官方的测试结果，在一个2.5GHz 2008-model macbook pro上可以达到3.23MB/sec (over loopback) and about 4400 puts/sec，还觉得不够用的话还可以distribute一下。
在Github上提供了源代码，用的时候还是需要自己来编译一下的，在此把Build好的打包放在这儿了，包含了所有依赖的包，用的时候直接java -jar kestrel.jar就行了。
在config/里面还有两个配置文件，配置项的含义在Github上的项目主页上有介绍，一帮情况下默认的配置就完全可用了，大规模应用的话，有些配置项还是要调整一下的。
下载Kestrel （binary）
http://github.com/robey/kestrel/tree/master  (source)
]]></description>
			<content:encoded><![CDATA[<p>A persistent queue service used by Twitter.</p>
<p>由于工作上的需要，需要找一个高性能的持久化队列服务器，先是发现了Starling，后来就找到了这个Starling的继承者Kertrel，这两个都是Twitter开发的用来分布执行一些异步任务的队列服务，功能和Geraman和JMS差不多，而我感兴趣的是它的队列存储功能。Kestrel一个很大的好处是使用了memcache的协议，而几乎所有语言都有memcache的接口，每个Key对应一个队列，通过set入队列，get出队列，使用上还是非常方便的。在Github上Kestrel的项目介绍里说到，Kestrel是用Scala语言开发的，在JVM上运行，程序代码算上注释不到1500行，应该也是个学习Scala的好资料。性能方面，官方的测试结果，在一个2.5GHz 2008-model macbook pro上可以达到3.23MB/sec (over loopback) and about 4400 puts/sec，还觉得不够用的话还可以distribute一下。</p>
<p>在Github上提供了源代码，用的时候还是需要自己来编译一下的，在此把Build好的打包放在这儿了，包含了所有依赖的包，用的时候直接java -jar kestrel.jar就行了。</p>
<p>在config/里面还有两个配置文件，配置项的含义在Github上的项目主页上有介绍，一帮情况下默认的配置就完全可用了，大规模应用的话，有些配置项还是要调整一下的。</p>
<p><a href="http://leric.net.cn/wp-content/uploads/kestrel.tar.gz">下载Kestrel</a> （binary）</p>
<p>http://github.com/robey/kestrel/tree/master  (source)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leric.info/post/19.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
