Re: Caching results of Exec-Program-Wait

2005-07-19 Thread Alan DeKok
Norman Elton <[EMAIL PROTECTED]> wrote: > Is there a way to cache the results of the called program, so that if > I get 5 requests in X number of seconds, the program is only called > once? Not really. I'd suggest writing a C module which does that. Alan DeKok. - List info/subscribe/uns

Caching results of Exec-Program-Wait

2005-07-19 Thread Norman Elton
I'm using Exec-Program-Wait for authentication requests. The called program returns some attributes. Is there a way to cache the results of the called program, so that if I get 5 requests in X number of seconds, the program is only called once? Thanks for any advice, Norman Elton - List