plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

Add http-fast-listen option for WSGI setup #71

Closed MrTango closed 5 years ago

MrTango commented 5 years ago

It would be useable to have the http-fast-listen option also in a WSGI setup, so that the browser just waits until the server is up with the reload.

pbauer commented 5 years ago

gunicorn seems to support fast-listen. You can try it in coredev with wsgioptions.cfg.

Since waitress does not support this feature as far as I know you should add it as a feature-request in https://github.com/Pylons/waitress/issues.

icemac commented 5 years ago

This feature request also exists in zopefoundation/Zope#416.

zopyx commented 5 years ago

See also #74

dataflake commented 5 years ago

This issue can be closed. The option was implemented in #75 and the last remaining issue was resolved in #94 .