> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to