CGI -> mod_python

Damjan gdamjan at gmail.com
Tue Oct 3 22:15:39 EDT 2006


> I'm confused.
> 
> is WSGI only a specification, or are there implementations, and if so
> which ones

WSGI is only a specification.
There are a lot of implementations: servers, middleware and almost all new
Python web apps and frameworks are WSGI applications.

Here is a list of WSGI servers (server gateways)
http://wsgi.org/wsgi/Servers

Start from here to learn more:
http://wsgi.org/wsgi/Learn_WSGI

Then come back, we'll discuss

-- 
damjan



More information about the Python-list mailing list