| |
CGI
The
common gateway Interface is what all servers use to process requests
from applications like your browser. A gateway is a program, or
script, that acts as mediator between servers and clients, and can
be written using any programming language - C, C++, Perl, Python,
TCL, Java, and so on. On the Web, gateway programs are most often
used to process forms, where they play go-between from your browser
to a database, doing things like processing keyword search requests,
retrieving up-to-the-minute scores for the Bulls game, or telling
you the current temperature in Peoria.
Related Terms: client/server,
search engines/directories, form
|