I wonder if anybody here has experience with mod_perl, mod_python or mod_php and can tell what advantages it brings or not.Quote from: "Lutz"
Lutz
Even though newLisp has a very quick startup, It's expensive, from an operating system point of view, to constantly start a new newLisp process for each request. For very low traffic applications forking a new process to run a CGI is probably not a big deal but once you start talking real world scenarios the expense of starting a new process for every request becomes a real problem. This is an old problem and that is why things like FastCGI, mod_{perl|python|lisp} exist. <a href="