Comment by rsc 2 years ago Not if you use a modern language that enables TCP_NODELAY by default, like Go. :-) 5 comments rsc Reply andrewfromx 2 years ago https://github.com/golang/go/issues/57530huh, TIL. silverwind 2 years ago Node.js also does this since at least 2020. Sammi 2 years ago Since 2022 v.18.PR: https://github.com/nodejs/node/pull/42163Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN... eru 2 years ago Why do you need a whole language for that? Couldn't you just use a 'modern' networking library? rsc 2 years ago Sure, like the one in https://9fans.github.io/plan9port/. :-)
silverwind 2 years ago Node.js also does this since at least 2020. Sammi 2 years ago Since 2022 v.18.PR: https://github.com/nodejs/node/pull/42163Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...
Sammi 2 years ago Since 2022 v.18.PR: https://github.com/nodejs/node/pull/42163Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...
eru 2 years ago Why do you need a whole language for that? Couldn't you just use a 'modern' networking library? rsc 2 years ago Sure, like the one in https://9fans.github.io/plan9port/. :-)
https://github.com/golang/go/issues/57530
huh, TIL.
Node.js also does this since at least 2020.
Since 2022 v.18.
PR: https://github.com/nodejs/node/pull/42163
Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...
Why do you need a whole language for that? Couldn't you just use a 'modern' networking library?
Sure, like the one in https://9fans.github.io/plan9port/. :-)