Re: Fwd: Re: Beginners Question
Tom Allison <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris Lightfoot wrote: >> It depends on your FastCGI configuration. Well written c-app can handle 800 >> requests per second or even more (also depends on your hardware) ;) So, there >> will be one single fastcgi child working on them. > > no, because his child processes have to wait around for > the completed file to be served up. But they'll just be > waiting, so using processes may be acceptable. > True/False: This is the same behavior as if the FastCGI process was running as an apache module (eg: mod_perl) or a CGI application. If you wanted to seperate the FastCGI child process from this dependency than you need to consider reverse proxy of the web server. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/