[Zope] Server-Side Data

Thomas Guettler zopestoller@thomas-guettler.de
Fri, 08 Feb 2002 13:37:29 +0100


Андрей Пучин wrote:

>  Hi!
>
>  Is there any way to store data(python dictionaries, objects, tuples)
>  on server without ZODB that will available to all sessions?
>
You can pickle the objects and write this as a blob into a database. But 
I would use ZODB.

 thomas