This demo allows you to define and run a simple farm.

Select the kind of execution you want to experiment (the parallel option runs the program onto a network of LINUX Pentium PCs):

Just in case you selected the "parallel" option, select the number of networked workstation to be used:

Select the number of workers you want to put in the farm:

Input the unary function that has to be computed by the farm workers ( lines of ocaml code defining a function whose name has to be worker :

Input the data sequence you want to submit to the farm, as an ocaml list:

Input a unary function (whose name has to be print_result) suitable for printing a result computed by the function worker :