<?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: Release 0.7.0</title>
	<atom:link href="http://www.metabates.com/2008/08/25/release-070/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metabates.com/2008/08/25/release-070/</link>
	<description>The technical ramblings of Mark Bates.</description>
	<lastBuildDate>Mon, 23 Aug 2010 17:54:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Recent Links Tagged With "stylesheet" - JabberTags</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-190</link>
		<dc:creator>Recent Links Tagged With "stylesheet" - JabberTags</dc:creator>
		<pubDate>Wed, 20 May 2009 13:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-190</guid>
		<description>[...] 12-5-2009   Import Other Stylesheets from within a Stylesheet Saved by blinks on Fri 08-5-2009   Release 0.7.0 Saved by webhostingtop on Mon 04-5-2009   Reference a style in my stylesheet Saved by bradder on [...]</description>
		<content:encoded><![CDATA[<p>[...] 12-5-2009   Import Other Stylesheets from within a Stylesheet Saved by blinks on Fri 08-5-2009   Release 0.7.0 Saved by webhostingtop on Mon 04-5-2009   Reference a style in my stylesheet Saved by bradder on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Dimitrakopoulos</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-143</link>
		<dc:creator>Nikos Dimitrakopoulos</dc:creator>
		<pubDate>Wed, 01 Oct 2008 19:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-143</guid>
		<description>Interesting... I took a look in rinda&#039;s and Drb&#039;s documentation and I think I got a main idea of how this thing works :)

Even though I have come to *not* like *that* much distributed objects (at least when it&#039;s not necessary to implement a system this way) this (mack&#039;s support for distributed objects) can be useful.

P.S.: The reason I don&#039;t really like distributed solutions is that the API of such systems tends to become hard to change when other applications depend on it which means that there is a greater possibility of getting stuck with legacy code...</description>
		<content:encoded><![CDATA[<p>Interesting&#8230; I took a look in rinda&#8217;s and Drb&#8217;s documentation and I think I got a main idea of how this thing works <img src='http://www.metabates.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Even though I have come to *not* like *that* much distributed objects (at least when it&#8217;s not necessary to implement a system this way) this (mack&#8217;s support for distributed objects) can be useful.</p>
<p>P.S.: The reason I don&#8217;t really like distributed solutions is that the API of such systems tends to become hard to change when other applications depend on it which means that there is a greater possibility of getting stuck with legacy code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bates</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-142</link>
		<dc:creator>Mark Bates</dc:creator>
		<pubDate>Mon, 22 Sep 2008 12:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-142</guid>
		<description>&quot;My only question is, can this work over network or only at the localhost?&quot;

Because under the cover the mack-distributed package uses Rinda/DRb it can be used over a local network no problem. It can&#039;t be used over the internet (ie. an open network). So if you can do it with Rinda/DRb you can do it with mack-distributed. :) And because it&#039;s Rinda/DRb you can also setup an ACL for extra security.

I hope that helps.</description>
		<content:encoded><![CDATA[<p>&#8220;My only question is, can this work over network or only at the localhost?&#8221;</p>
<p>Because under the cover the mack-distributed package uses Rinda/DRb it can be used over a local network no problem. It can&#8217;t be used over the internet (ie. an open network). So if you can do it with Rinda/DRb you can do it with mack-distributed. <img src='http://www.metabates.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And because it&#8217;s Rinda/DRb you can also setup an ACL for extra security.</p>
<p>I hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Dimitrakopoulos</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-141</link>
		<dc:creator>Nikos Dimitrakopoulos</dc:creator>
		<pubDate>Mon, 22 Sep 2008 07:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-141</guid>
		<description>Just read the wiki pages and saw the screencast and I must say that this distributed feature looks reaaally interesting and promising! My only question is, can this work over network or only at the localhost? I haven&#039;t found the time to go through the source code yet but in the documentation there is nothing mentioned about this.

Keep it up! I will be watching this project closely! (and possibly write a simple app soon to test it :) )</description>
		<content:encoded><![CDATA[<p>Just read the wiki pages and saw the screencast and I must say that this distributed feature looks reaaally interesting and promising! My only question is, can this work over network or only at the localhost? I haven&#8217;t found the time to go through the source code yet but in the documentation there is nothing mentioned about this.</p>
<p>Keep it up! I will be watching this project closely! (and possibly write a simple app soon to test it <img src='http://www.metabates.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Faves Tagged With "acl" : MyNetFaves</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-132</link>
		<dc:creator>Recent Faves Tagged With "acl" : MyNetFaves</dc:creator>
		<pubDate>Tue, 09 Sep 2008 20:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-132</guid>
		<description>[...] public links &gt;&gt; acl    Release 0.7.0 First saved by jschinker &#124; 1 days ago      A Few National Notes First saved by time &#124; 8 days ago    [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; acl    Release 0.7.0 First saved by jschinker | 1 days ago      A Few National Notes First saved by time | 8 days ago    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #277</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-108</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #277</dc:creator>
		<pubDate>Tue, 26 Aug 2008 11:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-108</guid>
		<description>[...] Mack 0.7.0 - Another of the Ruby web frameworks marches along. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mack 0.7.0 &#8211; Another of the Ruby web frameworks marches along. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mack 0.7.0: A Significant Update to A Powerful Ruby Web App Framework for Distributed Apps</title>
		<link>http://www.metabates.com/2008/08/25/release-070/comment-page-1/#comment-107</link>
		<dc:creator>Mack 0.7.0: A Significant Update to A Powerful Ruby Web App Framework for Distributed Apps</dc:creator>
		<pubDate>Tue, 26 Aug 2008 02:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mackframework.com/?p=138#comment-107</guid>
		<description>[...] developed by a team led by Mark Bates, has continued to grow over the past several months and today announced a significant release, Mack [...]</description>
		<content:encoded><![CDATA[<p>[...] developed by a team led by Mark Bates, has continued to grow over the past several months and today announced a significant release, Mack [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.364 seconds -->
