[Zope] Question about application design

Robb Shecter robb at acm.org
Tue Apr 20 13:35:43 EDT 2004


Ausum Studio said:
> You can keep data in memory by applying a RAM cache to the object that
> contains or generates it. This is one way to keep resource lists and
> dictionaries 'on air'.
>

Is there a way, from a Python script to just add python objects to a
container?

For example, a list of strings to a folder?

I looked in the API for Folder, (and then Content Manager), and saw that
one can only add content by adding products.  So, does that mean that
arbitrary data can't be stored and retrieved from containers (like
temp_folder)?

Robb



More information about the Zope mailing list