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

Nagle's algorithm only applies to subsequent writes [INT-3507] #7439

Closed
spring-operator opened this issue Aug 28, 2014 · 0 comments
Closed

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Aug 28, 2014

Dennis Thrysøe opened INT-3507 and commented

In a serializer nagles algorithm (buffering in socket) only applies to writes subsequent to the first one. Thus the first write is sent as a single TCP packet, regardless of length.

Sending a BufferedOutputStream to the serializer should help.


Affects: 3.0 GA

Reference URL: http://stackoverflow.com/questions/25551261/java-spring-integration-tcp-flush-control

Issue Links:

Referenced from: pull request #1268

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

No branches or pull requests

2 participants