Composable CGI scripts?

mcharity@hq.lcs.mit.edu (Mitchell N Charity)
Errors-To: listmaster@www0.cern.ch
Date: Wed, 16 Feb 1994 01:20:35 --100
Message-id: <9402160017.AA09178@hq.lcs.mit.edu>
Errors-To: listmaster@www0.cern.ch
Reply-To: mcharity@hq.lcs.mit.edu
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: mcharity@hq.lcs.mit.edu (Mitchell N Charity)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Composable CGI scripts?
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
Content-Length: 612
I wonder if one might "compose" CGI scripts.
That is, one CGI script calling another.

One might then use one CGI script to do logging, another to do
authentication, and then the final one to do a search (for instance).
Different subtrees could have their own logging/authentication/etc
properties.  Use kerberos here, but IP address there.  Offer automatic
decompression on these files, but not on those.

Basically, the server implementation is getting spread over URL space.
Server simplicity, modularity, and service flexibility bought with
system load (multiple script processes).

Just a thought,
Mitchell