Differences and uses between WSGI, CGI, FastCGI, and mod_python in regards to Python?

Viewed 63420

I'm just wondering what the differences and advantages are for the different CGI's out there. Which one would be best for python scripts, and how would I tell the script what to use?

4 Answers
Related