Uh oh!
There was an error while loading. Please reload this page.
http: cork/uncork before flushing pipelined res - #3172
Conversation
Make sure that the pipelined response data will be written as less TCP packets as possible.
mscdex
commented
Oct 4, 2015
LGTM |
indutny
commented
Oct 4, 2015
May I ask anybody to re-run the benchmarks to confirm that these -60% a just spurious? |
trevnorris
commented
Oct 6, 2015
@indutny The http benchmarks vary a lot. That difference appears to just be some test variance.
The other difference is that |
indutny
commented
Oct 6, 2015
@trevnorris cork calls are balanced, no spurious uncorking will happen... |
trevnorris
commented
Oct 6, 2015
Cool. Then LGTM. |
indutny
commented
Oct 6, 2015
trevnorris
commented
Oct 6, 2015
Tests look good. Only external string bytes is failing. |
indutny
commented
Oct 6, 2015
CI is green |
indutny
commented
Oct 6, 2015
Landed in 184f09d, thank you everyone! |
Make sure that the pipelined response data will be written as less TCP packets as possible. PR-URL: #3172 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Make sure that the pipelined response data will be written as less TCP packets as possible. PR-URL: #3172 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Make sure that the pipelined response data will be written as less TCP
packets as possible.
Benchmark results (3 runs):
cc @trevnorris (we need performance WG)