Re: Deployment options
Bill Moseley <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 27, 2006 at 07:30:54PM +0000, Chris Lightfoot wrote: > > So the difference between static and dynamic is only if the > > application processes are started as server startup or not? > > and that you don't need to specify them explicitly -- you > can have a directory full of scripts, or all *.fcg > scripts, or whatever, started as FastCGI servers. Ok, thanks. Sorry for the questions, just trying to be clear. Looks like since I'm running the web server on the same machine as the application that running in Static mode is best because it handles starting the application automatically, and exec'ing more applications as needed. External Server, on the other hand, would allow me to run the application under a different UID than the web server. Although there's FatCGIWrapper. There's no sharing of data in my application across processes, so that's not a consideration. Although perhaps there's some benefit form copy-on-write when it's the application forking itself. Maybe. Thanks much for the feedback. -- Bill Moseley [email protected] ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/