Gets or sets whether user-defined methods and custom serializers may be called on
multiple threads of a single process.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.5.0 (0.1.5.0)
public bool EnableMultiThreadingInVertex { get; set; }Public Property EnableMultiThreadingInVertex As Boolean
Get
Set
public:
property bool EnableMultiThreadingInVertex {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
This option affects the internal behavior of individual queries and applies to both the
client process (for serialization and local-debug mode) and to vertex processes.
This option does not have any serializing effect for queries that are submitted
concurrently by one or more client processes.
If true, user-defined methods may be called concurrently.
If false, user-defined methods will be called without concurrency.
Reference