[Zope] storing python objects

Andreas Jung lists at zopyx.com
Fri Oct 26 00:40:10 EDT 2007



--On 25. Oktober 2007 15:19:10 -0700 David Bear <David.Bear at asu.edu> wrote:

> I need to run an external method to use some python functions that are
> restricted within zope. I'm thinking an easy way to get the data back
> would be to just store basic python objects within zodb; tupples,
> lists, dictionaries.

If you need to have this stored on a per-user basis: use sessions.
If you need to have this stored as a cache: use one of the existing caches
in Zope (RAMCache).

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20071026/5fb9e4f0/attachment.bin


More information about the Zope mailing list