[MXS-181] Poor performance on TCP connection due to Nagle's algoritm Created: 2015-06-04 Updated: 2015-06-11 Resolved: 2015-06-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | René Cannaò | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Physical hardware |
||
| Description |
|
MaxScale doesn't disable Nagle's algorithm on client's connections. |
| Comments |
| Comment by markus makela [ 2015-06-11 ] |
|
Fixed by adding TCP_NODELAY to socket options. |