Enable multi-process for API service
Registered by
Valeriy Ponomaryov
Due to the limit of Python interpreter, API service of Manila can't really utilize underlying multi-core architecture even libraries like eventlet has been used. To make API service much more scalable, we should adopt multi-process API workers mode that has been used for long time in Glance/Swift/Nova.
For this we should should reuse module "service" from "oslo_service" library.
Blueprint information
- Status:
- Complete
- Approver:
- Ben Swartzlander
- Priority:
- Low
- Drafter:
- Valeriy Ponomaryov
- Direction:
- Approved
- Assignee:
- Valeriy Ponomaryov
- Definition:
- Approved
- Series goal:
- Accepted for liberty
- Implementation:
- Implemented
- Milestone target:
- 1.0.0
- Started by
- Valeriy Ponomaryov
- Completed by
- Valeriy Ponomaryov
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Enable multi-process for API service
(?)