SCGI is a protocol which provides server functionality.
What's the difference between these two? Which is better/faster/reliable?
python wsgi scgiI was setting up Django on Cherokee today (using SCGI), and I noticed that the Django docs say that you …
sockets fastcgi scgi