Re: config cache

2008-02-15 Thread Ask Bjørn Hansen
On Feb 15, 2008, at 9:12 AM, Chris Lewis wrote: The highest level config() function doesn't cache, the lower level parts do. Without looking again, it looks as if a config hook doesn't cache, it won't get cached. The CDB handling inside the get_qmail_config doesn't cache for example. Y

Re: config cache

2008-02-15 Thread Chris Lewis
Jared Johnson wrote: Hi, I noticed in the recent 'config weirdness' thread that QP does caching for config calls. Could anyone summarize the nature of this caching? I've got a lot of configuration directives of various sorts stored in a database and I'm looking at making a config plugin to h

config cache

2008-02-15 Thread Jared Johnson
Hi, I noticed in the recent 'config weirdness' thread that QP does caching for config calls. Could anyone summarize the nature of this caching? I've got a lot of configuration directives of various sorts stored in a database and I'm looking at making a config plugin to handle loading them.