Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use filter strategy for streaming async server #2156

Merged
merged 2 commits into from
Mar 25, 2022

Conversation

bondolo
Copy link
Contributor

@bondolo bondolo commented Mar 19, 2022

Motivation:
Currently the filter strategy is not considered in the computation of
the effective strategy for async streaming servers. This was done
because with a default builder strategy the result could be less
offloading which would be unexpected for that builder strategy.
Modifications:
Consider filter strategy in computing effective strategy for
async streaming servers.
Result:
More predictable offloading behavior.

@bondolo bondolo added the bug Something isn't working label Mar 19, 2022
@bondolo bondolo self-assigned this Mar 19, 2022
Motivation:
Currently the filter strategy is not considered in the computation of
the effective strategy for async streaming servers. This was done
because with a default builder strategy the result could be less
offloading which would be unexpected for that builder strategy.
Modifications:
Consider filter strategy in computing effective strategy for
async streaming servers.
Result:
More predictable offloading behavior.
@bondolo bondolo force-pushed the streaming-filters-server-strategy branch from ccdc352 to f066ff3 Compare March 24, 2022 01:37
@bondolo bondolo requested a review from idelpivnitskiy March 24, 2022 16:08
Copy link
Member

@idelpivnitskiy idelpivnitskiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@bondolo bondolo merged commit bb0ed15 into apple:main Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants