ParallelOperationTransport Enumeration

ScaleOut Software NamedCache API

Namespace:  Soss.Client.Concurrent
Assembly:  soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax

public enum ParallelOperationTransport
Members

  Member nameValueDescription
UseSockets0 The Invocation Grid worker process performs the data exchange with the ScaleOut StateServer service using standard TCP sockets.
UseSharedMemory1 The Invocation Grid worker process performs the data exchange with the ScaleOut StateServer service using the shared memory approach by reading the chunks of key/value pairs via the memory mapped file.
See Also

Reference