Hi, I have create rest api with ktor with netty.En...
# ktor
j
Hi, I have create rest api with ktor with netty.EngineMain and jetty.EngineMain. endpoint is very simple, returns only short string. Tested with: https://github.com/slebetman/httpstress In both cases I get failure responses when creating more then cca 300 connections (and cca 2000 reqs/s). Requests do not make problem, but increasing connections. Is this normal? How to get better performance?