mgedmin / zodbbrowser

ZODB browser
http://launchpad.net/zodbbrowser
Other
19 stars 6 forks source link

Use WSGI #8

Open mgedmin opened 9 years ago

mgedmin commented 9 years ago

standalone.py is a mish-mash of ancient tech. This causes problems:

If I made zodbbrowser based on wsgi (using zope.app.wsgi perhaps), served via some wsgi-capable webserver (wsgiref?), I could be using WebTest (either directly or via new zope.testbrowser), avoid coverage troubles, actually avoid threads altogether. I think that's what I should do.

mgedmin commented 6 years ago

In 2017 some things have been fixed:

These problems remain:

mgedmin commented 6 years ago

All of the items above have been fixed, without actually using WSGI.