FRAMES | NO FRAMES Description | Parameters | Example

Description

The clustering protocol defines a channel which is used by server machines within a cluster to communicate with each other. A server machine will communicate with its peers information about the status of objects running within it for load balancing and fault tolerance.

ArcGIS Server supports the TCP clustering protocols where server machines communicate with each other over a TCP channel (port).

Parameters

Parameter Description
tcpClusterPort The port to use when configuring a TCP based protocol. By default, the server will pick up the next value in the assigned ports on all machines.

Example

	
{
	"tcpClusterPort":"4014"
}