Spludlow Web Header

Serial & Parallel Code Execution


Video: Spludlow Framework - Parallel Execution - Fractal

Introduction

Serial & Parallel calls provide a quick way to run a collection of methods on separate hosts either sequentially or all at the same time.

Although these 2 built in method calling techniques are pretty simple to use they are mainly intended for prototyping and quick proof of concept.

Serial Calls

Serial calls are when you pass an array of Methods that will be called in series, you automatically pass method results to the parameters of the next call.

Parallel Calls

Parallel calls are when you pass an array of Methods that will be called in parallel on separate hosts, the results of all the methods are automatically passed as an array to a specified result method.

The “Fractals.aspx” page gives a working example of parallel calls.

 


 
 
 
 
 
 
 
 
 
Spludlow Web Footer