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".

_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to