RE: [INTERNALS-WIN] ISAPI -> FastCGI
[email protected] ("Uwe Schindler")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <BE7A0966EF51460EA3987E99C7BBEA8D@VEGA> |
> Once of the benefits of using ISAPI over CGI was the persistence of > database connections. Is there any advantage to this now? Does FastCGI > this in some way? It should, as long as the next FastCGI connection goes to the same child process (each FastCGI process is persistent for a number of requests [configureable]). I do not know, how FastCGI works on Windows, maybe its all in one process. But database connections are persistent for some time. Uwe