SCGI is a protocol which provides server functionality. It is implemented as a long-running process to avoid the overhead of spawning a separate process for each request.
SCGI(Simple Common Gateway Interface) is intended to replace cgi. Unlike CGI, it responds to requests using a single instance of the server process.
References