Norman Elton <normelton@gmail.com> 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.