how are more than one request attended by CGI script ?

  • Thread starter Thread starter swejal s
  • Start date Start date
S

swejal s

Guest
When a request is sent to web server, CGI script executes that request. During the execution of this request, if another request comes in, that request is also executed by the same CGI script. So how come two requests are attended at the same time ? Should the execution of second request not start after the execution of first ? If the execution of second request starts only after the execution of first, then by the time second request execution starts, where are the parameters for the second request stored ?
thanks
 
Back
Top