<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tokyo Cabinet API for Clojure</title>
	<atom:link href="http://www.brool.com/index.php/tokyo-cabinet-api-for-clojure/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brool.com/index.php/tokyo-cabinet-api-for-clojure</link>
	<description>brool \brool\ (n.) : a low roar; a deep murmur or humming</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:04:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GoodJob</title>
		<link>http://www.brool.com/index.php/tokyo-cabinet-api-for-clojure/comment-page-1#comment-85912</link>
		<dc:creator>GoodJob</dc:creator>
		<pubDate>Tue, 29 Sep 2009 14:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brool.com/?p=333#comment-85912</guid>
		<description>Good job.
I recently integrated Tokyo Tyrant into a Clojure project. 
What worked for me:
in-memory hash db (master) that replicates to multiple slaves on multiply physical devices.
The master is used for writes, and the slaves have read requests load balanced between them.

On top of this I have a clustered cache system that keeps in sync with writes and handles a good % of reads to offload the slaves even more.</description>
		<content:encoded><![CDATA[<p>Good job.<br />
I recently integrated Tokyo Tyrant into a Clojure project.<br />
What worked for me:<br />
in-memory hash db (master) that replicates to multiple slaves on multiply physical devices.<br />
The master is used for writes, and the slaves have read requests load balanced between them.</p>
<p>On top of this I have a clustered cache system that keeps in sync with writes and handles a good % of reads to offload the slaves even more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.brool.com/index.php/tokyo-cabinet-api-for-clojure/comment-page-1#comment-84582</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 01 Sep 2009 21:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.brool.com/?p=333#comment-84582</guid>
		<description>@cmdrbatguano: Tokyo Tyrant is a different protocol.  I&#039;ve been playing around with a wrapper that maps Tokyo Tyrant to Clojure -- will post that on github sooner or later.</description>
		<content:encoded><![CDATA[<p>@cmdrbatguano: Tokyo Tyrant is a different protocol.  I&#8217;ve been playing around with a wrapper that maps Tokyo Tyrant to Clojure &#8212; will post that on github sooner or later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cmdrbatguano</title>
		<link>http://www.brool.com/index.php/tokyo-cabinet-api-for-clojure/comment-page-1#comment-84516</link>
		<dc:creator>cmdrbatguano</dc:creator>
		<pubDate>Sun, 30 Aug 2009 23:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brool.com/?p=333#comment-84516</guid>
		<description>Does this work with remote (tyrant) databases? 
Can you do full-text search with Dystopia using this library?

Cool stuff, btw.</description>
		<content:encoded><![CDATA[<p>Does this work with remote (tyrant) databases?<br />
Can you do full-text search with Dystopia using this library?</p>
<p>Cool stuff, btw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
