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

Implement serving of big files in multiple buffers. #2

Closed
bend opened this issue Apr 11, 2017 · 1 comment
Closed

Implement serving of big files in multiple buffers. #2

bend opened this issue Apr 11, 2017 · 1 comment
Projects

Comments

@bend
Copy link
Owner

bend commented Apr 11, 2017

Big files should be read and sent in multiple chunks to avoid using to much RAM

  • Problem: Production of buffer is faster then sending over network, this uses too much RAM.
    Use kind of producucer/consumer list with std::condition_variable and io_service::post
@bend bend created this issue from a note in Interceptor (Doing) Apr 11, 2017
@bend
Copy link
Owner Author

bend commented Apr 13, 2017

Fixed in commit bc227df

@bend bend closed this as completed Apr 13, 2017
@bend bend moved this from Doing to Done in Interceptor Apr 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant