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 one request. 3) The threads have to do sync with there Process so it’s a…