Hi,

building on what Jose said here is my interpretation :

WSGI is a specification that describes a way to build components
called middleware.

Pylons is a framework that facilitates building your major application
component.

Other middleware components exist to allow debugging and other services.

Other middleware components know how to talk to webservers like apache
using different protocols for instance mod_python, scgi, fcgi, or can
serve http directly.

Paste provides the glue that sticks these components together in a
stack and allows them to communicate.

Paste also provides a library of ready made middleware that can
integrate functionality into your application.

Hope that's clearer,
Tom Sidwick

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to