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

Move DTLS and TLS transports to thread pool #807

Merged
merged 4 commits into from
Feb 18, 2023
Merged

Conversation

paullouisageneau
Copy link
Owner

This PR adapts the DTLS and TLS transports so they use the global thread pool instead of spawning their own threads. This change makes the library more scalable since now it does not spawn any new thread per connection.

@paullouisageneau paullouisageneau linked an issue Feb 17, 2023 that may be closed by this pull request
@paullouisageneau paullouisageneau merged commit b1ec574 into master Feb 18, 2023
@paullouisageneau paullouisageneau deleted the dtls-threadpool branch February 18, 2023 16:02
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

Successfully merging this pull request may close these issues.

Please recommend a thread model
1 participant