(no title)
gfody | 2 months ago
http/1.0 w/keepalive is common (amazon s3 for example) perfectly suitable simple protocol for this
gfody | 2 months ago
http/1.0 w/keepalive is common (amazon s3 for example) perfectly suitable simple protocol for this
bawolff|2 months ago
For this usecase you want to be able to send off multiple requests before recieving their responses (you want to prevent head of line blocking).
If anything, keep alive is probably counter productive. If that is your only option its better to just make separate connections.
gfody|2 months ago