Cluster Protocol

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).

Request parameters

ParameterDetails

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.

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
	 "tcpClusterPort":"4014"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.