Re: Question about using a C application with FastCGI
Bryan White <[email protected]> Thu, 11 Mar 2010 13:28:45 -0500
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Mar 9, 2010 at 1:41 PM, silverburgh <[email protected]> wrote: > Hi, > > I am new to FastCGI, i would like to know if I use a C application > with FastCGI, my understanding is FastCGI will spawn a process > running my C application for each request it gets. Is that correct? Incorrect. > If yes, how can I make FastCGI to use the same instance of my C > application for all the subsequence requests from the same user? That is is general how FastCGI does work. -- Bryan White