CGI scripts --- programs (shell,perl,programming languages) to
-
Generate data (usually in HTML format) to be returned to the server
-
(which will then be transferred to the requesting client in HTTP protocol);
-
the resultant data are dynamically generated on the fly; pipes are used to feed the output (via STDOUT) to server; server performance is only determined by CPU processing)
|