I am setting up load balancing through KEMP LoadMaster. I have set up everything and reached the point where the real server starts, the virtual server starts, and the ping works but the http reque
Category: Architecture
Architectural design is the product of people’s subjective mapping of elements within a structure and the relationships between elements. Architecture design is a series of related abstract patterns used to guide the design of various aspects of large software systems. The architect’s job responsibility is to transform the customer’s needs into a standardized development plan and text during the development of a software project, and to formulate the overall structure of the project, and guide the entire development team to complete the plan. Architecture design is the early stage of the software design process, which connects the requirements analysis and the design process. The main task of an architect is not to write specific software programs, but to engage in higher-level development and architecture work. He must have a good understanding of development technology, and he needs to have good organizational and management skills.
Ribbon [load balancing strategy]
ribbon has 7 load balancing strategies to choose from:
If you want to create a global load strategy, just add one The configuration class can also be extended and added logic, as follows:
Protobuf-Net and WCF Web Apis
I have not used wcf web api. Glenn Block’s demo on MIX11 looks very good, so I will definitely study it in depth.
At the same time, I want to know how it can be used with protocol buffers (ma
heartbeat+DRBD+mysql+haproxy
heartbeat+DRBD+mysql+haproxy
heartbeat+DRBD+mysql mainly realizes the single point of failure of mysql master
haproxy implements load balancing from mysql
Specific architecture di
JMeter online load and problem solving
Main control machine: The machine storing the JMeter script is called the main control machine Load machine: The machine that is connected and used to run the script is called the load machine. Ope
Serial-Port – protocols for serial design commands and data
I need (design?) a protocol for communication between a microprocessor-driven data logger and a PC (or similar) via a serial connection. There is no control line, equipment / The only way the PC ca
Print – How to access the printer’s amount of ink in programming?
Okay, this is a Windows specific problem.
I need to be able to access the ink level of the printer connected to the computer. It may be a direct connection or a network Connect.
I reali
heartbeat v1 + ldirctord
I. Introduction to the experimental environment
Hardware: lenovo T410S
Software: VMWARE workstation
SO: Centos 6.6
Second, the purpose of the experiment
Realize the hi
HEartBeat V1 installation configuration
Configuration premise:
1. Time must be synchronized, It is recommended to use ntp protocol
2.Required between nodes To communicate with each other through the host name;The name used in
Load Balancing – How to use GCP Load Balancer to redirect all HTTP requests to HTTPS
I have set the standard GCP load balancer to point to my instance group. It communicates on the same port on the instance. I want to redirect http to https. I usually Do this in nginx or apache on