Are there any best practices or examples to achieve high performance with HTTP requests processing?
We use counters to process requests async but after 6 handler threads and 2 poller threads performance not scale on simple echo queries (~100k rps). It looks like workflow has some bottlenecks.
Will be thankful for any help.