To answer your caching question, use variables in the Configuration class. Using IPC::Shareable won't actually save you memory, but loading the data into variables before mod_perl forks (during startup) will save memory. Don't use pnotes, just create an accessor that returns the cached data. Alternatively you could do this as a singleton class (see Class::Singleton).
In reply to Re: Revision of a Configuration class
by perrin
in thread Revision of a Configuration class
by valdez
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |