Standard CGI Architecture
Standard web server with CGI spawns a process for each CGI request and terminates it when the request is completed. This takes significant time and server resources.
Child Process for Request #1
Child Process for Request #2
Child Process for Request #3