I was doing some research (googling) on the subject, but all I could find were 2-3 year old posts. I'm interested in today's situation. Which do you prefer and why?

link|improve this question
feedback

2 Answers

up vote 3 down vote accepted

FastCGI is my preference. Not so much because of the technology as much as it just being used on so many shared hosting services. It's also compatible with a lot of different development languages/frameworks such as Django and PHP and works with Apache server, which is highly popular on Unix-based servers.

link|improve this answer
feedback

Not 100% on this but my understanding is:

SCGI = easier to implement
FCGI = Better performance

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.