22 Feb
2023
22 Feb
'23
2:14 a.m.
Hi there! It's been a few Debian release that all OpenStack APIs are served using uwsgi. Unfortunately: https://github.com/unbit/uwsgi/commit/5838086dd4490b8a55ff58fc0bf0f108caa4e0... The question is then: - Is continuing to use uwsgi sustainable? - Is there good alternatives? I do not like at all using Apache mod_wsgi, because restarting Apache would mean restarting all services. So I prefer something standalone. I have no clue if gunicorn is well suited for the job, and if: - it performs well - it implements the multi-interpreter API (which IMO is mandatory to avoid global interpreter locks...) Any opinion? Cheers, Thomas Goirand (zigo)