in reply to Re^2: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
in thread Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"

Maybe try reducing the concurrency to 1 and 2, just to see if you are at all able to have more than one request in flight at the same time?

  • Comment on Re^3: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"

Replies are listed 'Best First'.
Re^4: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
by Anonymous Monk on Dec 05, 2025 at 13:47 UTC
    From ApacheBench result above, 15 out of 100 requests return a successful 200 OK code, while 85 of them return the 502 Bad Gateway.