Sunday, May 17, 2020

Deploy Architecture (Nginx + Wildfly + PostgreSQL)

Once deploy application (web or enterprise application), the most common pattern is three tier pattern which includes web application, application server and database server. In this post, I will demonstrate how to use Nginx / Apache Web Server as web server to deploy application. NginX / Apache Web Server has the comparability to perform load balancing which could help to dispatch request to the application server. The difference between NginX / Apache Web Server is how it handle the request. Nginx use concept of NIO (Non-Blocking IO) which mean it uses one thread to handle all requests  that come to the server. But for Apache Web Server, it handle each request comes to the server by creating new thread for each request. Read more

1 comment:

  1. All businesses and activities previously subject to DCEO pointers are allowed to renew regular operations. The new centre-left federal authorities this month stated it'll hold a parliamentary inquiry into online gambling, 메리트카지노 although some recommendations of a 2015 inquiry are yet to take impact. Already the world's biggest gambling nation in terms of|when it comes to|by means of} loss per person, Australia has seen a shift in betting behaviour since the that} pandemic-forced closure of public venues.

    ReplyDelete

Feature Recently

Running Wildfly Application Server in Domain Mode

  Wildfly application server provides two modes of how to run application one wildfly application server. It is very simple if you run your ...

Most Views