Diamond Premium makes it easy to use multiple processors or cores to create powerful Processor Farm applications.
All you have to do is write two tasks: a Master task and a Worker task. The master splits your problem into many identical sub-problems and sends them as work packets into the farm. The worker task performs the work and sends results back to the master. Diamond automatically places copies of the worker task on as many processors/cores as you wish and handles all communication. Load balancing is achieved by optimising the routing of work packets to idle workers.




