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

nghttpx: Use Memchunk based read buffer for frontend connection #776

Merged
merged 1 commit into from Jan 9, 2017

Conversation

tatsuhiro-t
Copy link
Member

Previously, we have dedicated read buffer for each frontend
connection. With this commit, the buffer spaces are only used when
needed, and pooled if they are not used. This reduces memory usage
for idle client connections.

Previously, we have dedicated read buffer for each frontend
connection.  With this commit, the buffer spaces are only used when
needed, and pooled if they are not used.  This reduces memory usage
for idle client connections.
@tatsuhiro-t tatsuhiro-t added this to the v1.19.0 milestone Jan 8, 2017
@tatsuhiro-t tatsuhiro-t merged commit 3f97e6c into master Jan 9, 2017
@tatsuhiro-t tatsuhiro-t deleted the nghttpx-memchunkbuffer branch January 9, 2017 04:08
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.

None yet

1 participant