Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm confused by the concepts of fastcgi and spawn-fcgi. As far as I understand, fastcgi is a protocol, not a implementation. One of the implementations is Open Market's FastCGI(http://www.fastcgi.com/drupal/[^]), and nginx (or other web servers) adopts it.
Spawn-fcgi is not a FastCGI,it's a tool for manipulating the fcgi applications which are created by myself.
quote from wikipedia "Instead of creating a new process for each request, FastCGI uses persistent processes to handle a series of requests. These processes are owned by the FastCGI server, not the web server". Is spawn-fcgi can be considered as a FastCGI server ?
Is the description above right?
Thanks.
Posted
Updated 29-Jul-15 21:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900