Skip to content

ERP5: add the ability to run in WSGI mode

Bryton Lacquement requested to merge wsgi into master

This is a first step, just to switch to WSGI. Using Waitress as WSGI server may be temporary, because it lacks SSL support and later we'll want to have IPv6 SSL sockets. So we'll either implement the SSL layer ourselves or switch to something else like gevent.

Actually, we started with gevent for SSL but it has an issue that may be hard to solve.

zope.globalrequest is a backported dependency from recent Zope.

Merge request reports