Why nginx is faster than Apache
After doing considerable research over the Internet I found following as the major Advantages of using nginx vs using Apache. Apache 1) Apache uses a blocking model of using threads for processing requests. 2) One thread is dedicated for serving … Continue reading