Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/4e21837703806a76# *1. *

  1. Right now we collect some unit config settings (e.g. RewriteListeners,

...

  1.  AggregatedTags) into a collections, that are stored in kApplication

...

  1. class instance. If we'll be implementing tag filter concept (

...

  1. see Tag filter concept), then we'll have one more collection as a result. Currently collection adding and using isn't very straight forward process and we should work to make it easier to use.
  2. Also we cache all collections however we must create instances of all objects that store collections on In-Portal start even if they won't be used (e.g. aggregated tag list). To solve this we might need to separate cache into one, that is used at every page and other on-demand caches. However that might result in additional sql queries (1 extra sql query per cache restore) if Memcache isn't used.