On May 31, 2006, at 9:08 AM, Sidnei da Silva wrote:
On Wed, May 31, 2006 at 09:53:14AM +0200, Tino Wildenhain wrote: | Sidnei da Silva schrieb: | >I was looking, and trying to understand why 'tempstorage' is not | >included in the ZODB. | > | >Since some people might want to share sessions between ZEO clients, | >and that 'tempstorage' is what is mounted as | >'/temp_folder/session_data', why not make that easy to mount via ZEO? | >Does anyone see a problem with this? | | actually it is easy mountable via ZEO. I'm doing this already... | Do you mean including the schema for zeo.conf per default?
Yeah, that too. I was actually thinking about the standalone ZODB package. Or does that not exist anymore?
I was also wondering if this is the right thing to do (mounting tempstorage via ZEO) since I don't recall seeing any tutorial that recommended it.
Should be OK, although if you're doing it because you want a "fast" storage (or one that "produces fewer conflicts"), ZEO takes away much hope of that intrinsically. - C