[Zope] Re: When does ODB Run Out of Steam?

Dan Shafer dan@gui.com
Wed, 05 Sep 2001 10:47:19 -0700


Roger Erens wrote:

==========
Surely(?) not all his objects will use every single property out of 350.
Since an object's attribute only springs into existence when they are
actually assigned to (section 9.3.3 of the Python tutorial), the average
object might not need get quite so large.
==========

Thanks, Roger! I wasn't aware of that. That helps me deal with the 
issue. You're right, of course, many of the client objects will have 
only a subset of the overall possible object property list defined.

Cool.

Python and Zope rule!