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

Stream concurrency for strfry router #127

Open
braydonf opened this issue Oct 10, 2024 · 0 comments
Open

Stream concurrency for strfry router #127

braydonf opened this issue Oct 10, 2024 · 0 comments

Comments

@braydonf
Copy link

I've been reading through the source of src/apps/mesh/cmd_router.cpp and it appears to all run in a single thread with an event loop, I believe this can be an issue when running with hundreds of streams, and would like to add some concurrency to the router.

Reading through other sources such as src/apps/relay/cmd_relay.cpp for strfry relay and multiple ThreadPool instances are used to support concurrency.

Is this a good idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant