scaleoutsoftware / DistributedForeachSample

Illustrates basic usage of ScaleOut's distributed ForEach LINQ operator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaleOut Distributed ForEach Example

This sample illustrates the basic usage of ScaleOut's distributed ForEach LINQ operator. The equivalent logic for accomplishing the same task with the TPL's Parallel.ForEach method is also provided.

Prerequisties

  • .NET 4.7.2 or higher.
  • ScaleOut ComputeServer (the utility may be run directly on a ScaleOut host or on a system with ScaleOut's remote client libraries installed).

About

Illustrates basic usage of ScaleOut's distributed ForEach LINQ operator.

License:Other


Languages

Language:C# 100.0%