<?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: Zope Zeo vs. standalone setups</title>
	<atom:link href="http://blog.mfabrik.com/2008/07/07/zope-zeo-setupconversion-and-zeo-vs-standalone-performance-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mfabrik.com/2008/07/07/zope-zeo-setupconversion-and-zeo-vs-standalone-performance-review/</link>
	<description>Freedom delivered.</description>
	<lastBuildDate>Mon, 19 Sep 2011 19:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Carlos Hanson</title>
		<link>http://blog.mfabrik.com/2008/07/07/zope-zeo-setupconversion-and-zeo-vs-standalone-performance-review/comment-page-1/#comment-425</link>
		<dc:creator>Carlos Hanson</dc:creator>
		<pubDate>Thu, 28 Aug 2008 00:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.redinnovation.com/?p=51#comment-425</guid>
		<description>I added the following to share the sessions between clients:

[zeoserver]
zeo-conf-additional =
    %import tempstorage
    
        name temporary storage for sessioning
    

[client1]
zodb-temporary-storage =
    
        # Temporary storage database (for sessions)
        
            server ${zeoserver:zeo-address}
            storage temp
            name zeostorage
            var ${buildout:directory}/var
        
        mount-point /temp_folder
        container-class Products.TemporaryFolder.TemporaryContainer
    

[client2]
zodb-temporary-storage = ${client1:zodb-temporary-storage}

I ran into one problem that, so far, has happened only once. After saving an item, I got an error that the object could not be found. I refreshed the page and all was well.

It seems that the second client tried to find the object before the first client had finished saving it. Hopefully, that doesn&#039;t become a big issue. It is an acceptable error for me, since I understand it, but not for most users.</description>
		<content:encoded><![CDATA[<p>I added the following to share the sessions between clients:</p>
<p>[zeoserver]<br />
zeo-conf-additional =<br />
    %import tempstorage</p>
<p>        name temporary storage for sessioning</p>
<p>[client1]<br />
zodb-temporary-storage =</p>
<p>        # Temporary storage database (for sessions)</p>
<p>            server ${zeoserver:zeo-address}<br />
            storage temp<br />
            name zeostorage<br />
            var ${buildout:directory}/var</p>
<p>        mount-point /temp_folder<br />
        container-class Products.TemporaryFolder.TemporaryContainer</p>
<p>[client2]<br />
zodb-temporary-storage = ${client1:zodb-temporary-storage}</p>
<p>I ran into one problem that, so far, has happened only once. After saving an item, I got an error that the object could not be found. I refreshed the page and all was well.</p>
<p>It seems that the second client tried to find the object before the first client had finished saving it. Hopefully, that doesn&#8217;t become a big issue. It is an acceptable error for me, since I understand it, but not for most users.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

