Distributed Task Bag Using CORBA
Summary
I have implemented a distributed system using CORBA and Java where a job is broken down
into subtasks and completed in parallel. 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
Project files
NOTE: The source code for this project is not publicly available. The Task Bag project is commonly assigned in Operating Systems and Distributed Systems classes around the globe, and I do not want to "cheat" anyone of the opportunity to learn. If you are a researcher or professor and would like access to the code, please send me an email with information about who you are and what you would like to use the code for. Thanks.
Page last modified: