<?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 for Picklebytes</title>
	<atom:link href="http://shane.willowrise.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shane.willowrise.com</link>
	<description>Tech Notes from Shane Hathaway</description>
	<lastBuildDate>Sat, 23 Jan 2010 08:49:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RelStorage 1.3.0b1, Now With Blob Support by Shane Hathaway</title>
		<link>http://shane.willowrise.com/archives/relstorage-130b1-now-with-blob-support/comment-page-1/#comment-8013</link>
		<dc:creator>Shane Hathaway</dc:creator>
		<pubDate>Sat, 23 Jan 2010 08:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=364#comment-8013</guid>
		<description>Yes, RelStorage could support various blob storage schemes.  I would welcome contributors willing to implement new schemes.</description>
		<content:encoded><![CDATA[<p>Yes, RelStorage could support various blob storage schemes.  I would welcome contributors willing to implement new schemes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book Review: Practical Plone 3 by san chezrojas</title>
		<link>http://shane.willowrise.com/archives/review-practical-plone-3/comment-page-1/#comment-8012</link>
		<dc:creator>san chezrojas</dc:creator>
		<pubDate>Sat, 23 Jan 2010 07:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=334#comment-8012</guid>
		<description>I&#039;m rather new to Plone 3, been reading Aspeli&#039;s book, Weitershausen&#039;s book. I don&#039;t understand the nuances of Plone being eggified itself. Can you elaborate what the tangible benefits are? Thanks

http://bygsoft.wordpress.com/2010/01/18/howto-argouml-and-archgenxml/</description>
		<content:encoded><![CDATA[<p>I&#8217;m rather new to Plone 3, been reading Aspeli&#8217;s book, Weitershausen&#8217;s book. I don&#8217;t understand the nuances of Plone being eggified itself. Can you elaborate what the tangible benefits are? Thanks</p>
<p><a href="http://bygsoft.wordpress.com/2010/01/18/howto-argouml-and-archgenxml/" rel="nofollow">http://bygsoft.wordpress.com/2.....rchgenxml/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RelStorage 1.3.0b1, Now With Blob Support by Damien Farrell</title>
		<link>http://shane.willowrise.com/archives/relstorage-130b1-now-with-blob-support/comment-page-1/#comment-8004</link>
		<dc:creator>Damien Farrell</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=364#comment-8004</guid>
		<description>Yes, that&#039;s what I thought. But how come this is not required in the zeo blob implementation? Clientstorage seems to place whatever blobs are accessed as required on the local file system, but a centralised copy is also kept on the server. This just happens to make more sense for what I am trying to do, where clients cannot access a common NFS share. Is there any reason why relstorage couldn&#039;t support this scheme too?
Sorry if I&#039;m not using the right terminology.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s what I thought. But how come this is not required in the zeo blob implementation? Clientstorage seems to place whatever blobs are accessed as required on the local file system, but a centralised copy is also kept on the server. This just happens to make more sense for what I am trying to do, where clients cannot access a common NFS share. Is there any reason why relstorage couldn&#8217;t support this scheme too?<br />
Sorry if I&#8217;m not using the right terminology.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RelStorage 1.3.0b1, Now With Blob Support by Shane Hathaway</title>
		<link>http://shane.willowrise.com/archives/relstorage-130b1-now-with-blob-support/comment-page-1/#comment-7995</link>
		<dc:creator>Shane Hathaway</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=364#comment-7995</guid>
		<description>Damien, you should set up an NFS mount to share the blob filesystem.</description>
		<content:encoded><![CDATA[<p>Damien, you should set up an NFS mount to share the blob filesystem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RelStorage 1.3.0b1, Now With Blob Support by Damien Farrell</title>
		<link>http://shane.willowrise.com/archives/relstorage-130b1-now-with-blob-support/comment-page-1/#comment-7988</link>
		<dc:creator>Damien Farrell</dc:creator>
		<pubDate>Fri, 22 Jan 2010 15:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=364#comment-7988</guid>
		<description>It seems that blob support in relstorage is not the same as when using clientstorage/zeo? With zeo you define a blob-dir on the server and local file system blob-dir for the clients. That means that any client can always get a copy of the blob files no matter where they are located. They don&#039;t have to access a shared file system. But it seems that relstorage just sends a link to the blob to the relational database.

We recently just added relstorage in our application and it works very nicely without the authentication issues we had with zeo. However our zodb clients are not using shared filesystems, so the above breaks the blob support we had.</description>
		<content:encoded><![CDATA[<p>It seems that blob support in relstorage is not the same as when using clientstorage/zeo? With zeo you define a blob-dir on the server and local file system blob-dir for the clients. That means that any client can always get a copy of the blob files no matter where they are located. They don&#8217;t have to access a shared file system. But it seems that relstorage just sends a link to the blob to the relational database.</p>
<p>We recently just added relstorage in our application and it works very nicely without the authentication issues we had with zeo. However our zodb clients are not using shared filesystems, so the above breaks the blob support we had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.04 Versus Gentoo by adam</title>
		<link>http://shane.willowrise.com/archives/ubuntu-904-versus-gentoo/comment-page-1/#comment-7868</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 16 Jan 2010 23:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=275#comment-7868</guid>
		<description>Ugh, I don&#039;t really like Arch anymore, Gentoo is the way to go. I also don&#039;t understand why people always want the most &quot;bleeding-edge&quot; software? I don&#039;t update my system so often and I use Gentoo&#039;s stable packages, and everything seems to be working fine. It&#039;s not like Debian which doesn&#039;t come with Open Office 3.</description>
		<content:encoded><![CDATA[<p>Ugh, I don&#8217;t really like Arch anymore, Gentoo is the way to go. I also don&#8217;t understand why people always want the most &#8220;bleeding-edge&#8221; software? I don&#8217;t update my system so often and I use Gentoo&#8217;s stable packages, and everything seems to be working fine. It&#8217;s not like Debian which doesn&#8217;t come with Open Office 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 9.04 Versus Gentoo by dani</title>
		<link>http://shane.willowrise.com/archives/ubuntu-904-versus-gentoo/comment-page-1/#comment-7604</link>
		<dc:creator>dani</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=275#comment-7604</guid>
		<description>Arch Linux is one of the choice if you want the most bleeding-edge distro in a very fast way. But lack extreme customization like Gentoo has.</description>
		<content:encoded><![CDATA[<p>Arch Linux is one of the choice if you want the most bleeding-edge distro in a very fast way. But lack extreme customization like Gentoo has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RelStorage 1.4.0b1 and zodbshootout by Chris Rovers</title>
		<link>http://shane.willowrise.com/archives/relstorage-1-4-0b1-and-zodbshootout/comment-page-1/#comment-7599</link>
		<dc:creator>Chris Rovers</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=380#comment-7599</guid>
		<description>Any more info on relstorage + mysql + master/slave replication?  We&#039;re interested in setting plone up that way</description>
		<content:encoded><![CDATA[<p>Any more info on relstorage + mysql + master/slave replication?  We&#8217;re interested in setting plone up that way</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on java.lang.IllegalStateException: No match found by Peter Mularien</title>
		<link>http://shane.willowrise.com/archives/javalangillegalstateexception-no-match-found/comment-page-1/#comment-6834</link>
		<dc:creator>Peter Mularien</dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/?p=110#comment-6834</guid>
		<description>Thanks for posting, it&#039;s too bad this information hasn&#039;t made it to the Shibboleth IdP wiki :(</description>
		<content:encoded><![CDATA[<p>Thanks for posting, it&#8217;s too bad this information hasn&#8217;t made it to the Shibboleth IdP wiki <img src='http://shane.willowrise.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RelStorage 1.0 Beta by Shane Hathaway</title>
		<link>http://shane.willowrise.com/archives/relstorage-10-beta/comment-page-1/#comment-6753</link>
		<dc:creator>Shane Hathaway</dc:creator>
		<pubDate>Tue, 08 Dec 2009 08:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://shane.willowrise.com/archives/relstorage-10-beta/#comment-6753</guid>
		<description>Bit Mountain died on the vine because the church was unwilling to either maintain it or set up any sensible licensing.  Sorry.</description>
		<content:encoded><![CDATA[<p>Bit Mountain died on the vine because the church was unwilling to either maintain it or set up any sensible licensing.  Sorry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
