Distributed Task Bag Using CORBA
Summary
The following is an implementation of a distributed system using CORBA and Java where a job is broken down
into subtasks and completed in parallel by independent processes. A Task Master places work to be completed
in a Task Bag. Workers get work from the Task Bag and return the results to the Task
Bag. The Task Master obtains the completed work from the Task Bag and assembles the
results into a completed job.
Implementation Details
Task Bag PowerPoint Presentation
ORBacus library files
Source code
Page last modified a long, long time ago.