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

server : disable Nagle's algorithm #12020

Merged
merged 1 commit into from
Feb 22, 2025
Merged

server : disable Nagle's algorithm #12020

merged 1 commit into from
Feb 22, 2025

Conversation

ggerganov
Copy link
Member

@ggerganov ggerganov commented Feb 22, 2025

Nagle's algorithm is notorious for affecting negatively the performance of most network applications. From quick tests, I wasn't able to measure any significant perf difference, but it's likely better to have it disabled anyway.

@ngxson ngxson merged commit cf756d6 into master Feb 22, 2025
46 checks passed
@ggerganov ggerganov deleted the gg/server-disable-nagle branch February 22, 2025 11:19
taronaeo pushed a commit to taronaeo/llama.cpp-s390x that referenced this pull request Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants