[ZODB-Dev] One more RelStorage question
Leonardo Santagada
santagada at gmail.com
Thu Oct 14 15:00:25 EDT 2010
On Thu, Oct 14, 2010 at 7:53 AM, Chris Withers <chris at simplistix.co.uk> wrote:
> Hi Shane,
>
> I forgot to ask...
>
> Is RelStorage suitable for a temporary storage?
>
> If so, what would be the recommended options for the following storage:
>
> <zodb_db temporary>
> # Temporary storage database (for sessions)
> <temporarystorage>
> name temporary storage for sessioning
> </temporarystorage>
> mount-point /temp_folder
> container-class Products.TemporaryFolder.TemporaryContainer
> </zodb_db>
>
> ...and could one database containing such a temporary storage be used by
> more than one client, and would that be a good idea?
>
> cheers,
>
> Chris
In this blog post:
http://www.martinaspeli.net/articles/tools-for-a-successful-plone-project
He talks about using beaker and memcached for storing sessions. Seems
better suited than ZODB for this.
--
Leonardo Santagada
More information about the ZODB-Dev
mailing list