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

The default socket queue size is set at very low number. Set it to a higher number and the issue should be successfully resolved:
$fcgi->listen( ... queuesize => 100 , ... ) ;
  • Comment on Re: Benchmarking Perl's Net::Async::FastCGI app consistently return LOTS of "Non-2xx responses"
  • Download Code