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

Update examples to demonstrate the proper way to write files using NIO #2844

Closed
romain-grecourt opened this issue Mar 9, 2021 · 1 comment · Fixed by #6604
Closed

Update examples to demonstrate the proper way to write files using NIO #2844

romain-grecourt opened this issue Mar 9, 2021 · 1 comment · Fixed by #6604

Comments

@romain-grecourt
Copy link
Contributor

This is a follow-up on #2830

Update SE examples that write files using NIO. If they are blocking the event-loop, update them to use a dedicated thread pool, if they are reactive make them use the tooling to be created as part of #2840

  • Update FileService under examples/media/multipart
  • Update examples/webserver/streaming
@romain-grecourt romain-grecourt self-assigned this Mar 9, 2021
@romain-grecourt
Copy link
Contributor Author

CC @tomas-langer

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

Successfully merging a pull request may close this issue.

3 participants