Y
Hacker News
new
|
ask
|
show
|
jobs
by
amix
5986 days ago
It will since you don't need to open and close connections all the time. I can't estimate at what degree, but I think the communication will be much faster since currently some time is used to re-create connections.
1 comments
mcantelon
5986 days ago
Also, once the handshake is done, no back-and-forth of TCP/IP headers (which generate a lot of needless bandwidth).
link