Clustering (WebMail Pro 6 PHP)

From AfterLogic Wiki

Jump to: navigation, search

High-availability clusters (also known as HA Clusters or Failover Clusters) are computer clusters that are implemented primarily for the purpose of ensuring high availability of services provided by the cluster. HA cluster implementations attempt to build redundancy into a cluster to eliminate single points of failure.

AfterLogic provide a couple of howtos to help our customers to decide - what type of clusterisation is prefered to keep AfterLogic Solutions Highly Available to their users.

Clustering options are often used for one or few critical points on hosted application in production services (may be applied independently).

There are couple of guides to having a highly available mission critical web applications and storages, such as email portals and their databases:

  1. Stronghold databases — MySQL NDB (building shared database storage)
  2. Distributed or replicated file sharing on a network (data storage which has multiple connections powered by Storage area network) — Multiserver NFS configuration (building shared file storage)
  3. Web customer services such as electronic commerce websites or e-mail solutions — Multiserver NFS configuration (building shared file storage), Using Round robin DNS (building load balancer)
  4. Clustering PHP

Last edit: 2011/2/07

WebMail Pro PHP documentation

Installation


Configuring WebMail

Customization

Integration

Synchronization

Clustering

See Also