[Web-SIG] WSGI 2.0

Phillip J. Eby pje at telecommunity.com
Sat Oct 6 16:40:00 CEST 2007


At 01:34 PM 10/6/2007 +0100, Robin Bryce wrote:
>There are plenty of stateless synchronous wsgi components out there
>that I would like the option of serving as is. As the person choosing
>the components in my wsgi stack I'm perfectly capable of deciding
>whether such a synchronous app is safe in the context of an asynch
>server.

Only if you break encapsulation, composability, and scalability of 
construction by choosing to know how each and every component 
works.  The whole idea of a component is that you shouldn't HAVE TO 
know what components are being used inside of it.  Otherwise, it's 
not really a "component".



More information about the Web-SIG mailing list