Home  >  Article  >  Backend Development  >  Using Nginx+Tomcat in the Solaris10 SPARC operating system to achieve load balancing and implement websocket proxy (1)

Using Nginx+Tomcat in the Solaris10 SPARC operating system to achieve load balancing and implement websocket proxy (1)

WBOY
WBOYOriginal
2016-08-08 09:24:47906browse

1. Basic description of load balancing

1.1 Why use NGINX

From this picture we can see that the performance of Nginx is significantly better than Apache and Lighttpd, so we use Nginx for load balancing.

So how do we achieve load balancing? Please see the architecture diagram below.

1.2 Load balancing architecture diagram

Through this architecture diagram, we can know that we are going to achieve load balancing in the form of an nginx proxy server + two web servers.

1.3 Environment Description

  1. Operating system: Solaris 10 SPARC
  2. Proxy server: nginx-1.8.0
  3. Web server: apache-tomcat-6.0.35
  4. JRE: jre1.6.0_17

The above introduces the use of Nginx+Tomcat in the Solaris10 SPARC operating system to achieve load balancing and implement websocket proxy (1), including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn