zlacker

[parent] [thread] 0 comments
1. kondro+(OP)[view] [source] 2019-05-28 12:06:22
I’m not quite sure why latency affected total throughout.

Although 100-300ms seems pretty good for total round-trip latency to most message queues. Another thing to make sure of is that whatever HTTP client you’re using to interact with AWS is using pipelining. It’s off by default for the JS libraries for example.

[go to top]