1 / 25

Holding slide prior to starting show

Holding slide prior to starting show. Processing Scientific Applications in the JINI-Based OGSA-Compliant Grid. Yan Huang. Presentation Outline. Introduction to JISGA SWFL and its extensions Implementation issues Current and future works. JISGA.

mikkel
Download Presentation

Holding slide prior to starting show

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

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 Service Service Service Service Job Processor Service Service Service JavaSpaces SWFL Document Workflow Engine

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

  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. Data Sub-Data 1 2 n n-1 Processes 1 2 n n-1 Mapping a data structure to parallel processes. Extensions to SWFL

  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. 1 2 n Processes n-1 Sub-Data 1 2 n n-1 Data Data merging Extensions to SWFL

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

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

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

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

  21. Implementation Issues • Allow multiple identical sub-jobs to be represented in a single sub-job description and submitted to the Sub-Job Queue. A m-sub-job S1 S S2 Multiple identical sub-jobs …. Sn Sub-job Queue 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 P1 JavaSpaces P2 Data Decomposition Data Merging S1 S2 S3 S4 S5

  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.

More Related