How to spawn-fcgi multiple fcgi processes ?
Posted
by
Shrinath
on Server Fault
See other posts from Server Fault
or by Shrinath
Published on 2011-01-03T06:19:45Z
Indexed on
2011/01/05
6:55 UTC
Read the original article
Hit count: 403
nginx
|spawn-fcgi
We have nginx installed and would like to spawn-fcgi multiple ".fcgi" files. The programs were written in C. How do we spawn all the files at one go ?
Edit
This is the scenario :
I have 3 different programs to serve. Lets say, I've search results from google, yahoo, bing. I want to show 3 columns which host results of above providers. I have 3 fcgi scripts, one for each provider.
How do you suggest I put all 3 into action ?
© Server Fault or respective owner