openresty = plus版本nginx
目的是为提升速度
测试:
现在的web服务器openresty对比原来nginx
ab -c 10 -n 5000 http://172.25.254.1/index.php
nginx
openresty
ab -c 10 -n 5000 http://172.25.254.1/example.php
openresty+memcache 比 nginx+memcache 更快
目的是为提升速度
测试:
现在的web服务器openresty对比原来nginx
ab -c 10 -n 5000 http://172.25.254.1/index.php
nginx
openresty
ab -c 10 -n 5000 http://172.25.254.1/example.php
openresty+memcache 比 nginx+memcache 更快