from Hacker News

Optimizing Amazon Simple Queue Service (SQS) for Speed and Scale

by nnx on 7/5/24, 2:15 AM with 1 comments

  • by mlhpdx on 7/5/24, 3:23 AM

    That is an impressive number of requests to “burn-in” the new code. It seems odd to me that TCP is used between layers (implied by “connections”) — I’d reach for UDP first and deal with loss directly.