Андрей Пучин 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