DryadLinqContextThreadsPerWorker Property DryadLINQ documentation
Gets or sets the number of threads each DryadLINQ worker vertex will use

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.5.0 (0.1.5.0)
Syntax

public int ThreadsPerWorker { get; set; }

Property Value

Type: Int32
Remarks

The default is 1.

See Also

Reference