2017初级会计职称考试《经济法基础》易考点解析
百度 上海张江综合性国家科学中心获批后首次公开发布重大科学设施建设成果中国经济周刊-经济网讯(记者宋杰)上海光源:超级显微下的科研进击普通的X光就能清晰拍摄出人体的组织和器官,而上海光源释放的光,亮度是普通X光的一千亿倍。Validated on 28 Oct 2019 ? Last edited on 17 Apr 2025
DigitalOcean fully manages Regional Load Balancers and Global Load Balancers, ensuring they are highly available load balancing services. Load balancers distribute traffic to groups of backend resources in specific regions or across different regions, which prevents the health of a service from depending on the health of a single server, cluster, or region.
Regional load balancers support TCP balancing for applications that do not speak HTTP. To set up TCP balancing, you need:
-
A TCP application, like a Galera cluster spanning several Droplets. The details of your backend configuration depend on what software you’re using.
-
A DigitalOcean Load Balancer with those Droplets added to its backend.
To configure the load balancer to balance TCP, you need to add a TCP forwarding rule and a TCP health check.
Add the TCP Forwarding Rule
From the control panel, click Networking, then click Load Balancers to go to the load balancer index page. From there, click your load balancer’s name to view its detail page.
On the detail page, click Settings.

In the Forwarding rules section, modify the existing rule by clicking the drop down menu in the first field and changing it from HTTP to TCP.
Change the port in both the Load Balancer side and the Droplet side from 80 to the listening port of your application. For example, when using a Galera cluster, use the MariaDB port 3306.

When you’re done, click Save.
Add the TCP Health Check
On the same settings page, open the Health checks section. An HTTP health check is defined by default.
Modify the health check by choosing TCP from the drop down in the first field. In the Port field, change the value from 80 to the listening port of your application.

Click Save to implement the change.