[web] Long-running process: FCGI? SCGI? WSGI?

Gilles nospam at nospam.com
Wed Sep 5 08:03:26 EDT 2012


Hello

To write a long-running web application, I'd like to some feedback
about which option to choose.

Apparently, the choice boilds down to this:
- FastCGI
- SCGI
- WSGI

It seems like FCGI and SCGI are language-neutral, while WSGI is
Python-specific.

Besides that, how to make an informed choice about which option to
choose?

Thank you.



More information about the Python-list mailing list