[This is preliminary documentation and is subject to change.]
Level of pooling used for network send buffers
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public enum SendBufferMode
Members
Member name | Value | Description | |
---|---|---|---|
Global | 0 | Use a single pool for all connections. | |
PerRemoteProcess | 1 | Use one pool for each connection. | |
PerWorker | 2 | Use one pool for each worker in this process. |
See Also