Feature #8400
Base ztk.Layer on wsgi.Layer
Status:
Rejected
Priority:
Low (P4)
Assignee:
-
Category:
Framework-Integration
Target version:
-
Start date:
2010-12-04
Due date:
% Done:
0%
Estimated time:
Keywords:
Description
Structurally, ztk.Layer could do the same as grok.Layer and base itself on wsgi.Layer, using zope.app.wsgi.WSGIPublisherApplication.
When I've tried to do this (r118697), the ztk-tests in gocept.selenium run fine, but a real-world testsuite (zeit.content.cp) fails horribly with lots of "broken pipe" errors inside SocketServer, so something's not quite right here.
Related issues