--On 25. Oktober 2007 15:19:10 -0700 David Bear <[EMAIL PROTECTED]> 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
pgpqDO76ohfV3.pgp
Description: PGP signature
_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
