On Thu, Oct 14, 2010 at 7:53 AM, Chris Withers <ch...@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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to