Help for this page

Select Code to Download


  1. or download this
    ab -l -v 2 -n 100 -c 50 "http://localhost:9510/helloworld/"<br/>
    
  2. or download this
    
    ...
    ...
    Failed requests: 0
    Non-2xx responses: 85 #NOTE: all of these are "502 Bad Gateway"
    ...
    
  3. or download this
    location /helloworld/ {
      proxy_buffering off ;
      gzip off ;
      fastcgi_pass unix:/testFolder/myPath/myUDS.sock ;
      include fastcgi_params ;
    }
    
  4. or download this
    use strict ;
    use warnings ;
    ...
    
    # Run the event loop
    $loop->run() ;