Mutiprocess Keystone Service
Currently Keystone services only spawn green threads to handle auth requests. Due to python's limitation, all green threads are actually being scheduled within one system process, which results in only one processor core can be utilized. When requests concurrency increase, the throughput doesn't increase because requests pile-up and the response time of each request goes-up very quickly. This can be a serious problem since keystone is required for other OpenStack services, such as Nova, Glance, Swift. Therefore, keystone's performance(
Blueprint information
- Status:
- Complete
- Approver:
- Joseph Heck
- Priority:
- Medium
- Drafter:
- Huang Zhiteng
- Direction:
- Needs approval
- Assignee:
- Huang Zhiteng
- Definition:
- Obsolete
- Series goal:
- Proposed for folsom
- Implementation:
-
Needs Code Review
- Milestone target:
- None
- Started by
- Huang Zhiteng
- Completed by
- Joseph Heck
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
blueprint multiprocess-