Question / Feature Request
I would like to know if it's possible to configure a service curve for individual flows at a specific server, rather than only having a total service curve for the server.
Current Understanding
From the codebase, I can see that:
Server class has a service_curve field representing the total service curve
- Individual flow service curves are computed as leftover service curves:
β_lo = β - α_cross
- There doesn't seem to be a way to directly specify a service curve for a specific flow at a specific server
Use Case
- Different flows need different service guarantees at the same server
Questions
- Is there an existing way to achieve this that I might have missed?
- If not, is there a plan to support per-flow service curve configuration?
- Would this be a reasonable feature to add, or is there a design reason why it's not supported?
Thank you for your time and consideration!
Li Yunpeng
Question / Feature Request
I would like to know if it's possible to configure a service curve for individual flows at a specific server, rather than only having a total service curve for the server.
Current Understanding
From the codebase, I can see that:
Serverclass has aservice_curvefield representing the total service curveβ_lo = β - α_crossUse Case
Questions
Thank you for your time and consideration!
Li Yunpeng