CGI means common gateway interface...It is a web server that receives user request and process that and sends the response back to the user..In CGI for each new user request the new process has been created and process the user request and forward the response back to the user