Large-scale infrastructure projects

Large-scale infrastructure projects

  1. Cluster Technology / redundancy: multiple services to achieve the same business
  2. Load balancing: the user's request according to the specified policy assigned to a different processing server
  3. From the master copy: when the master server has MySQL insert / update / delete operation, MySQL automatic synchronization from the server
  4. Static and dynamic separation: the discharge of static resources on a single server, on another server in PHP code
  5. Separate read and write: Project insert / update / delete operations to the primary server, select items to acquire from the server
Published 17 original articles · won praise 14 · views 7197

Guess you like

Origin blog.csdn.net/net1801hui/article/details/101777351