Forum OpenACS Development: Re: Scalability in site node initialization routine

Collapse
Posted by Ola Hansson on
There could also be a switch added to site_node::get_children that when enabled would make the proc return "1" as soon as a child url had "passed" and "0" otherwise. That way you wouldn't have to wait for it to loop through hundreds or thousands of iterations in vain ...

I don't know what the switch would be called, though, or how beneficial you think it would be.