durusmail: quixote-users: scgi vs WSGIKit
scgi vs WSGIKit
2005-04-16
Ioan Coman (3 parts)
2005-04-16
2005-04-17
2005-04-17
2005-04-17
2005-04-17
scgi vs WSGIKit
Mike Orr
2005-04-17
Ioan Coman wrote:

> scgi vs WSGIKit
>
> Which is better and why is better?


They operate on different levels.  SCGI connects to a webserver running
in another process.  WSGI is a way for the Python web frameworks to be
more interchangeable, or to borrow pieces from one and another.  But
it's still more of a theory at this stage; only a bit of the WSGI
software has been written.

reply