scsh-users
[Top] [All Lists]

Re: usefulness of scsh for web CGIs

To: shivers@ai.mit.edu, scsh@martigny.ai.mit.edu
Subject: Re: usefulness of scsh for web CGIs
From: Richard Tobin <richard@cogsci.ed.ac.uk>
Date: Mon, 27 May 1996 13:20:38 +0100
Organization: just say no
> Not necessarily. The httpd process can fork the handler. This just uses
> Unix fork() to replicate the process, so there's no vm heap-load overhead.

I believe some http daemons further reduce the response time by
"pre-forking", that is, forking before a request is received so that
there's a process ready to go immediately.

-- Richard


<Prev in Thread] Current Thread [Next in Thread>