How to spawn-fcgi multiple fcgi processes ?
- by Shrinath
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 ?