<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: JavaSpaces Performance</title>
	<link>http://www.dancres.org/blitzblog/2006/01/31/javaspaces-performance/</link>
	<description></description>
	<pubDate>Sat, 05 Jul 2008 08:31:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Kris</title>
		<link>http://www.dancres.org/blitzblog/2006/01/31/javaspaces-performance/#comment-20</link>
		<dc:creator>Kris</dc:creator>
		<pubDate>Fri, 03 Mar 2006 02:04:26 +0000</pubDate>
		<guid>http://www.dancres.org/blitzblog/2006/01/31/javaspaces-performance/#comment-20</guid>
		<description>I am considering using JavaSpaces to distribute a file system across multiple file servers with the level of replication specificied on a per file basis. I thought it would make sense to create a message for each "put" operation and then have the a client pick up the message along with the file and store the file on its disks. This way if you wanted a file to be stored twice, you could just create two messages, and if you wanted to get a file, you would put one "get" message and the first server that actually has the file could respond with its contents. Do you think this would be a smart way to implement a distributed and reliable file sytem (in terms of performance with JavaSaces) or would I be better of with a more traditional approach?</description>
		<content:encoded><![CDATA[<p>I am considering using JavaSpaces to distribute a file system across multiple file servers with the level of replication specificied on a per file basis. I thought it would make sense to create a message for each &#8220;put&#8221; operation and then have the a client pick up the message along with the file and store the file on its disks. This way if you wanted a file to be stored twice, you could just create two messages, and if you wanted to get a file, you would put one &#8220;get&#8221; message and the first server that actually has the file could respond with its contents. Do you think this would be a smart way to implement a distributed and reliable file sytem (in terms of performance with JavaSaces) or would I be better of with a more traditional approach?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
