Y
Hacker News
new
|
ask
|
show
|
jobs
by
inlined
228 days ago
Maybe they’re not using keepalives in their clients causing thousands of handshakes per second?
1 comments
ruperthair
227 days ago
Yes, they mention this as a 'fix' for connection-related memory usage:
> Disable keep-alive: close the connection immediately after each upload completes.
Very odd idea.
link
kevin_thibedeau
227 days ago
Possibly missing session resumption support compounding the problem.
link
> Disable keep-alive: close the connection immediately after each upload completes.
Very odd idea.