/
Synchronization Server Advance Settings

Synchronization Server Advance Settings

Table Of Contents

Change History

Version Date Comment
Current Version (v. 1) Feb 06, 2015 14:56 Nick Snyder

Overview

The Advance Settings (Binding) of a Synchronization Server allows for the configuration of the connection between the Synchronization Host and Client. 

Misconfiguration of the Advance Settings may result in poor synchronization performance and/or no synchronization.  The Advance Settings should only be configured by a system administrator.

Max Connections

Max Connections is the maximum number of connections to be pooled for subsequent reuse on the client and the maximum number of connections allowed to be pending dispatch on the server.

The Default Max Connections is 10.

 

Listen Backlog

Listen Backlog refers to the maximum number of queued connection requests that can be pending.

The default value is 10.

 

Max Buffer Size

Max Buffer Size is the maximum size, in bytes, of the buffer used to store messages in memory.

The default value is 65,536 bytes.

 

Max Buffer Pool Size

Max Buffer Pool Size is the maximum size allowed for a buffer pool that stores TCP messages processed by the binding.

The default value is 524,288 bytes.

The general rule of thumb for calculating the Max Buffer Pool Size is 80% of the Max Connections * Max Buffer Size. ((Max Connections * .8) * Max Buffer Size)

Max Received Message Size

Max Received Message Size refers to the maximum size for a received message that is processed by the binding.

The default value is 65,536 bytes.

The Max Received Message Size should be the same value as the Max Buffer Size.

Close Timeout

The Close Timeout is the interval of time provided for a connection to close before the transport raises an exception.

The default value is 1 minute

 

Open Timeout

The Open Timeout is the interval of time provided for a connection to open before the transport raises an exception.

The default value is 1 minute

 

Receive Timeout

The Receive Timeout refers to the interval of time that a connection can remain inactive, during which no application messages are received, before it is dropped.

The default value is 10 minutes.

 

Send Timeout

The Send Timeout is the interval of time provided for a write operation to complete before the transport raises an exception.

The default value is 1 minute.

 

 

Related content