yes. Both are running in different machines. OS used is ubuntu 14.04
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,280098,280100#msg-280100
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I am taking performance data on nginx.
The client I used is h2load
Request per second using h2 is much higher than h2c. But I think it should
not be as h2 is having the overhead of ssl.
I have used the command
./h2load https://xx.xx.xx.xx:4070 -n50 -c1000 -t50 --- h2
./h2load http://xx.xx.x