Presentation is loading. Please wait.

Presentation is loading. Please wait.

Holding slide prior to starting show. Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid Yan Huang.

Similar presentations


Presentation on theme: "Holding slide prior to starting show. Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid Yan Huang."— Presentation transcript:

1 Holding slide prior to starting show

2 Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid Yan Huang

3 Presentation Outline Introduction to JISGA SWFL and its extensions Implementation issues Current and future works

4 JISGA is a Jini-Based Service-Oriented Architecture. extends a Jini system into an OGSA- compliant system for Grid computing by introducing Web service techniques into the Jini system All its services are presented as both Jini and Web service.

5 JISGA Service Workflow Language (SWFL) is the XML-based description language for composite applications and serves. workflow engine serves as the execution environment for the SWFL-described Grid applications. By using multiple distributed Job Processors and JavaSpaces as shared memory, It supports parallel processing for compute- intensive applications.

6 The Architecture of JISGA SWFL Document SWFL Document Workflow Engine Workflow Engine JavaSpaces Job Processor Service

7 A JISGA Virtual Machine Workflow Engine(API) Workflow Engine(API) UDDI Registry UDDI Registry Lookup Service Lookup Service JobProcessor (CPU) JobProcessor (CPU) JavaSpaces (Shared Memory) JavaSpaces (Shared Memory) JavaSpaces Housekeeper JavaSpaces Housekeeper Grid Services Workflow Engine(API) Workflow Engine(API) JobProcessor (CPU) JobProcessor (CPU) JobProcessor (CPU) JobProcessor (CPU) JobProcessor (CPU) JobProcessor (CPU) Workflow Engine(API) Workflow Engine(API)

8 Service Work Flow Language (SWFL) Is XML based for describing interacting Web services. extends Web Service Flow Language (WSFL) by –supporting the application of all the conditional and loop control constructs of the Java language to the composition of Web services. –Allows more general data mapping.

9 Why SWFL? Both Web Services and OGSA services present their implementation-free interfaces in a platform-free, XML-based language such as WSDL Presenting service composite applications in traditional programming languages limits the applications to a range of specific services and a specific time

10 Why SWFL? Representing applications in an XML- document allows applications be run in any environment where a set of services are available. Having a graph-based approach, SWFL gives the flexibility to dynamically partition and schedule services at run time in a distributed environment.

11 Limitations of SWFL In the original definition of a parallel for loop, there is no mechanism provided to allow message-passing between the parallel processes, which assumes that all the processes are running the same code but on different data with no communication between them.

12 Extensions to SWFL A label is specified for each parallel process. –A particular job can be assigned to a particular parallel process to support MIMD parallelism. –A message-passing path can be specified Allow specification of shared and non-shared variables to support shared-memory applications –Accessing a shared variable requires mutual exclusion

13 Extensions to SWFL Extensions to data mapping specification in SWFL to specify how a data structure is to be distributed across the processes. –In order to adequately support SPMD (Single-Program Multiple-Data) parallelism. – The mapping is implemented in two steps a single-to-multiple data decomposition mapping Mapping sub-data to processes

14 Extensions to SWFL Data 2 1 n1 2n Sub-Data Processes Mapping a data structure to parallel processes. n-1

15 Extensions to SWFL A “multiple-to-single” data mapping mechanism in SWFL to support data merging. It can be –data reduction in which all the data sub-parts are combined using a binary operation such as addition, multiplication, max, min, logical and, etc. –combining a data sub-parts into a larger data structure by allocating each element in the sub- parts to a specific location in the target data structure.

16 Extensions to SWFL Data 2 1 n1 2n Sub-Data Processes Data merging n-1

17 IV III II I JISGA Parallel Job Processing A CD E B Job Partition Algorithm JavaSpace A B F C E write take write take To be continued

18 JISGA Job Parallel Processing Job Queue Sub-Job Queue JavaSpaces Workflow Engine Job Partitioning Daemon Sub-job Processing Daemon Workflow Engine JPD SPD Workflow Engine JPD SPD JSFL description

19 Implementation Issues Point-to-point message passing: Process A Process D Process C Process B JavaSpaces Write take

20 Implementation Issues Broadcasting : Process A Process D Process C Process B JavaSpaces Write Read/Register notify Read/Register

21 Implementation Issues Allow multiple identical sub-jobs to be represented in a single sub-job description and submitted to the Sub- Job Queue. S1 S2 …. Sn Multiple identical sub-jobs S A m-sub-job Sub-job Queue

22 Implementation Issues Shared Data: only read and update operations allowed. –Update is combined take-and-write operations. Non-shared Data: only read and write operations.

23 Implementation Issues Data decomposition and merging JavaSpaces P1 S2 S1 S3 S4 S5 P2 Data Decomposition Data Merging

24 Current and Future Research SWFL 2.0 and JISGA 2.0 Development of a Visual Service Composition software to build service composite application in an easy, graphic environment More experiments in integration Jini services, CORBA services and Globus services by using workflow engine A new version of workflow engine supporting other job description languages such as BPEL4WS and WSCI.

25


Download ppt "Holding slide prior to starting show. Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid Yan Huang."

Similar presentations


Ads by Google