Forum OpenACS Development: Re: named objects

Collapse
22: Re: named objects (response to 21)
Posted by Timo Hentschel on
Ups. I just started doing the implementation of the named_objects cache when I suddenly realized that caching is not the answer to the problem at hand: When displaying a list of objects we want it to be sortable by name and maybe more (like let the user see the list of all objects starting with letter 'T'), but we can't do that if we resolve the object_name in tcl by accessing a cache.

So we are back to where we started. We have to come up with a clever and fast solution to do it all in the db.