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

Do network reading from dedicated threads #13

Open
Kixiron opened this issue Jul 18, 2021 · 0 comments
Open

Do network reading from dedicated threads #13

Kixiron opened this issue Jul 18, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@Kixiron
Copy link
Owner

Kixiron commented Jul 18, 2021

Currently we read from the input connections within timely operators but I suspect this is causing sub-optimal performance both for ddshow and (more importantly) the target program since it means that sometimes ddshow will stop reading from the network for (possibly long) periods of time while other operators run. Reading from input connections in dedicated threads (probably async powered ones, this is where it shines) and making the input operators operate off of a queue would be much more efficient and consistent overall.

@Kixiron Kixiron self-assigned this Jul 18, 2021
@Kixiron Kixiron added bug Something isn't working enhancement New feature or request labels Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant