Enabling Clustering for High Availability

Clustering refers to grouping together one or more tc Server instances so that they appear to work as a single server. A cluster provides you with the following features:

A tc Server cluster can be as small as two server instances hosted on the same computer to hundreds of tc Server instances hosted on many different computers of different operating systems.

Typically, you configure a tc Server cluster to use multicast for the communication between member servers. The cluster is then uniquely identified by the the combination of its multicast IP address and port. Each member of the cluster must have the same multicast address and port configured so that the cluster can automatically discover each member and react appropriately if a member does not respond. You can create multiple clusters, such as one for testing and another for production, by configuring different multicast address/ports for each cluster.

In addition to creating a tc Server cluster, you might also want to configure a load balancer in front of the cluster so as to split up the incoming requests between multiple tc Server instances. Load balancing attempts to direct requests to the tc Server with the smallest load at that point in time. The load balancer can also detect when a tc Server has failed, in which case it stops directing requests to it until the tc Server restarts, adding to the high availability of tc Server.

See High Level Steps for Creating and Using tc Server Clusters for the basic steps to get started with tc Server clusters.

Additional Cluster Documentation

See the following documentation on the Apache Web site for additional information about configuring tc Server clusters: