Summary (in our tests)
Summary (in our tests)
- Significant gain by using pipelining
- Uses less than 1/5 packets of HTTP/1.0
- Is up to twice as fast as HTTP/1.0
- Server also gains when using pipelining
- Client implementation required some care and effort; server implementation was very easy, though slight care in output buffering makes a significant difference in performance
- Nagle is not a bottleneck
- Recommend that it is turned off