Top "Scgi" questions

SCGI is a protocol which provides server functionality.

What's the difference between scgi and wsgi?

What's the difference between these two? Which is better/faster/reliable?

python wsgi scgi
FastCGI on port vs. on socket

I was setting up Django on Cherokee today (using SCGI), and I noticed that the Django docs say that you …

sockets fastcgi scgi