-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
Goal:
The Manila API service uses oslo.service.wsgi.Server, which internally relies on eventlet for:
- Concurrent request handling via green threads
- Non-blocking I/O operations
- Connection pooling, pool size management, including reset operations
- Request dispatching to worker processes
- Process launching via service.ProcessLauncher
- Service coordination between workers
- Graceful shutdown handling
A preceding spike will explore alternatives such as gunicorn or uwsgi, deprecating the native wsgi server's usage. The goal here would be to implement one of these.
Acceptance Criteria:
- Implement code changes
- clones
-
OSPRH-19812 Explore alternatives for Manila WSGI server
-
- Backlog
-