Y
Hacker News
new
|
ask
|
show
|
jobs
by
joemag
2573 days ago
Unless I’m misunderstanding the question, many http clients would pool http(s) connections. Most of them do that by default. So connection establishment cost gets amortized over large number of API calls.