Click or drag to resize
CacheFactorySetSocketBufferSize Method
Sets the socket buffer size for each connection made in this pool.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public CacheFactory SetSocketBufferSize(
	int bufferSize
)

Parameters

bufferSize
Type: SystemInt32

Return Value

Type: CacheFactory
a instance of CacheFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if bufferSize is less than or equal to 0.
Remarks
Large messages can be received and sent faster when this buffer is larger. Larger buffers also optimize the rate at which servers can send events for client subscriptions.
See Also