Title :
Request Sequencing: Enabling Workflow for Efficient Problem Solving in GridSolve
Author :
Li, Yinan ; Dongarra, Jack ; Seymour, Keith ; YarKhan, Asim
Author_Institution :
Electr. Eng. & Comput. Sci. Dept., Univ. of Tennessee, Knoxville, TN
Abstract :
GridSolve employs a standard RPC-based model for solving computational problems. There are two deficiencies associated with this model when a computational problem essentially forms a workflow consisting of a set of tasks, among which there exist data dependencies. First, intermediate results are passed among tasks going through the client, resulting in additional data transport between the client and the servers, which is pure overhead. Second, since the execution of each individual task is a separate RPC session, it is difficult to exploit the potential parallelism among tasks. This paper presents a request sequencing technique that eliminates those limitations and solves the above problems. The core features of this work include automatic DAG construction and data dependency analysis, direct inter-server data transfer, and the capability of parallel task execution.
Keywords :
client-server systems; grid computing; problem solving; GridSolve; RPC-based model; automatic DAG construction; computational problem solving; data dependency analysis; direct interserver data transfer; parallel task execution; remote procedure call; request sequencing technique; Computational modeling; Data analysis; Grid computing; Laboratories; Lifting equipment; Network servers; Parallel processing; Problem-solving; Processor scheduling; Traffic control;
Conference_Titel :
Grid and Cooperative Computing, 2008. GCC '08. Seventh International Conference on
Conference_Location :
Shenzhen
Print_ISBN :
978-0-7695-3449-7
DOI :
10.1109/GCC.2008.97