[Zope3-dev] zwiki: performance of findChildren()

Shane Hathaway shane@zope.com
Mon, 21 Apr 2003 12:16:54 -0400


Stephan Richter wrote:
> On Monday 21 April 2003 12:00, Shane Hathaway wrote:
> 
>>FWIW, ZWiki for Zope 2 seemed to progress in a direction similar to
>>this.  Instead of figuring out their own parentage, ZWiki pages delegate
>>relationship computations to a temporary class instance.  The difference
>>I'm suggesting is that the relationship manager should be a
>>configurable, persistent component instead of a temporary instance of a
>>fixed class.
> 
> 
> This is easily possible. Parents are handled via a PageHierarchy Adapter; all 
> you would need to do is replace this adapter with one that scales better. No 
> problem.

Ok, great.  Chalk up another project on the "waiting for resources" 
list. :-)

Shane