Multi-thread is a mature and widely-used programming mode for multitasking applications developing, especially in Java. However java.lang.Thread is not designed for HPC parallel programming. Java multi-thread program is confined within single compute host. CommonJ Work Manager is a joint specification proposed by IBM and BEA. Work Manager is a higher-level alternative to using Java Thread. Originally, Work Manager is used to solve the constraint of opening independent threads in J2EE container. Although there are some enterprise servers such as WebLogic and WebSphere which have supported Work Manager, they are not aim at large scale parallel applications. They do not have a grid-enabled and expandable architecture, and the multi-thread programs are still executed on single compute host. Currently, grid-enabled parallel programming model like MPICH-G2 is limited with C/C++ implementations. There are no official bindings for MPI with Java. In this paper, we present a grid-enabled multi-thread programming model: SymWorkManager to enable multithread programs to run on distributed environments. SymWorkManager is designed as a high performance computing (HPC) implementation of CommonJ Work Manger specification using Platform Symphony. It provides J2EE developers a simpler way to program parallel multi-thread applications under a HPC platform.
[1]
Ian T. Foster,et al.
MPICH-G2: A Grid-enabled implementation of the Message Passing Interface
,
2002,
J. Parallel Distributed Comput..
[2]
Dave Thomas,et al.
Programming Ruby
,
2004
.
[3]
Message Passing Interface Forum.
MPI: A message - passing interface standard
,
1994
.
[4]
John B. Shoven,et al.
I
,
Edinburgh Medical and Surgical Journal.
[5]
Ian T. Foster,et al.
Resource co-allocation in computational grids
,
1999,
Proceedings. The Eighth International Symposium on High Performance Distributed Computing (Cat. No.99TH8469).