An awkward title, but that’s exactly what we’re going to do. For some time, I was looking for a way to push code to production systems with zero downtime and zero impact to any active users. Surprisingly, the solution took very little time to impleme…
Software load balance .Nginx(http://nginx.org) 1.Install nginx download source code from http://nginx.org/en/download.html ./auto/configure make & make install 2.Install tcp module patch developed by Yao Weibin http://yaoweibin.github.io/nginx_tcp_pr…