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

perf(clustering) no concurrent inflating and json decoding on dps #8959

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

bungle
Copy link
Member

@bungle bungle commented Jun 15, 2022

Summary

Previously it could be that read_thread caused concurrent blocking when inflating / json decoding incoming data. This commit moves it beyond the semaphore to make it non-concurrent.

### Summary

Previously it could be that `read_thread` caused concurrent blocking when
inflating / json decoding incoming data. This commit moves it beyond the
semaphore to make it non-concurrent.
Copy link
Contributor

@flrgh flrgh left a comment

Choose a reason for hiding this comment

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

👍 This is a great efficiency improvement!

@bungle bungle merged commit 200f56e into master Jun 15, 2022
@bungle bungle deleted the perf/clustering-concurrency branch June 15, 2022 21:18
locao added a commit that referenced this pull request Jun 21, 2024
…c36b4526 (#12941) (#8959)

Co-authored-by: Hisham Muhammad <hisham@gobolinux.org>
Co-authored-by: Rob Serafini <42984308+RobSerafini@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants