Is there a speed difference between WSGI and FCGI?

Viewed 25355

From the web I've gleaned that WSGI is a CGI for python web development/frameworks. FCGI seems to be a more generalised gateway for a variety of languages. Don't know the performance difference between the two in reference to the languages python and C/++.

2 Answers
Related