|
|
|
|
|
by gfody
197 days ago
|
|
ok multiple requests makes sense for keepalive (or just support a "batch" query, it's http already why adhere so tightly to the udp protocol) http/1.0 w/keepalive is common (amazon s3 for example) perfectly suitable simple protocol for this |
|
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.