Client Configuration

Windows Server AppFabric Caching
WSAF cache clients can be configured to connect to a cache either through an XML configuration file or programmatically through the API. In both approaches, the locations of lead hosts should be provided to the AppFabric client libraries.
ScaleOut StateServer

Connection information for remote client applications is configured through the ScaleOut Management Console application on each client machine. This connection information is stored on the client in the soss_client_params.txt file (located in the ScaleOut installation directory), which is shared by all client applications on that system.

More information about configuring remote client machines is available in the Remote Client Configuration topic of the ScaleOut StateServer Help online guide. Clients can also be configured on the command line by using the soss.exe command line application or by directly editing the soss_client_params.txt file.

[Tip] Tip

ScaleOut StateServer also provides Java, C, C++, and REST APIs.