JavaPorts
Javaports: A Component-based Framework for Network Computing |
||||||||||
|
The AMTP TreeThe JPACT is used to compile the
application's configuration file and store information into a tree-like
object that represents the task graph and is used by JavaPorts
to achieve port configuration in a manner transparent to the user. The Machine-Task-Port
triplets are organized as nodes at different levels of the application
tree (hence the name A-M-T-P). Each tree node stores information related
to certain application characteristics. The AMTP tree shown below represents
the task graph we have been using as a
running example.
![]() The root node carries the name of the application and the number of machines to be used for its distributed execution. A 2nd level, machine representing node carries:
Similarly, a 3rd level, task representing node stores:
A Port representing leaf node stores connection related information i.e. the T-P pairs of the two connected peer ports. |
|||||||||
|
||||||||||