What are some of the major differences in process management between CGI and newer (better) technologies? [closed]

softwareengineering.stackexchange https://softwareengineering.stackexchange.com/questions/143364

  •  04-11-2019
  •  | 
  •  

Question

I know CGI spawns a new process for every HTTP request that it serves, while servlets use one Java process to serve many requests. What do other technologies (rails, WSGI/django, mod_php, asp.net etc.) do so that web servers do not have to spawn a new process new HTTP request?

No correct solution

Licensed under: CC-BY-SA with attribution
scroll top