keepalived + nginx : Realize high availability
nginx:
web server
reverse proxy, also supports caching(Cached on disk)
Support FastCGI
tengine: Taobao official corrects
keepalived + nginx : Realize high availability
nginx:
web server
reverse proxy, also supports caching(Cached on disk)
Support FastCGI
tengine: Taobao official corrects
# Example of nginx.conf file
user nobody;
worker_processes 8;
error_log varlog/nginx/error.log error;
#pid logs/nginx.pid
events {
use epoll;
worker_connections 50000;
}
http {
incl
In this Mapbox blog post, Lauren Budorick shared how they used OSRM to run the routing engine, which uses elevation data to provide riders with better routes… amazing!
I also want to explor
I am trying to figure out the size of a particular session state. In one of our heavy pages (a large amount of data in the table), it gradually slowed down. The problem was solved by logging out th