On Mon, 8 Sep 2003 15:51:34 -0400 Dave McGuire <mcguire at neurotica.com> wrote: > I agree with this point, though if written in C, the fork()/exec() > overhead for such a small program won't be all that bad. What about a long-lived daemon connected to the web server via a named pipe ? Or similar ?