bird-house / emu

PyWPS processes for testing and demo.
http://emu.readthedocs.io/en/latest/
Other
3 stars 10 forks source link

Fix async mode in demo service #26

Closed cehbrecht closed 6 years ago

cehbrecht commented 6 years ago

Need to use threaded mode in werkzeug config, threaded=True or processes=2: http://werkzeug.pocoo.org/docs/0.14/serving/