On Tue, Feb 07, 2006 at 04:38:02PM -0800, Robert Brewer wrote: | > - it should _not_ have any functionality beyond the | > minimums required by WSGI: specificially, it should | > not handle multiple WSGI applications (routing) | | Having just added routing to CherryPy's WSGI server in less than a dozen | lines of code, I'd be interested to know why you feel routing shouldn't | be included.
Routing, in particular, can be done just as easily in a WSGI middleware component where alternative approaches can be taken without bias. In my opinion, just beacuse something can have a feature doesn't mean it should: too many levers make an interface complicated. Kind Regards, Clark _______________________________________________ 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