Higher-order components for grid programming: making grids more usable
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin [u.a.]
Springer
2009
|
Ausgabe: | 1. Aufl. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIII, 186 S. Ill., graph. Darst. |
ISBN: | 9783642008405 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035678828 | ||
003 | DE-604 | ||
005 | 20091105 | ||
007 | t| | ||
008 | 090814s2009 gw ad|| |||| 00||| eng d | ||
015 | |a 09,N12,0014 |2 dnb | ||
016 | 7 | |a 992998999 |2 DE-101 | |
020 | |a 9783642008405 |c GB. : EUR 85.55 (freier Pr.), sfr 133.00 (freier Pr.) |9 978-3-642-00840-5 | ||
024 | 3 | |a 9783642008405 | |
028 | 5 | 2 | |a 12591794 |
035 | |a (OCoLC)430523875 | ||
035 | |a (DE-599)DNB992998999 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-BE | ||
049 | |a DE-634 |a DE-83 |a DE-11 |a DE-898 | ||
050 | 0 | |a QA76.9 | |
082 | 0 | |a 004.36 |2 22 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Dünnweber, Jan |d 1975- |e Verfasser |0 (DE-588)135899311 |4 aut | |
245 | 1 | 0 | |a Higher-order components for grid programming |b making grids more usable |c Jan Dünnweber ; Sergei Gorlatch |
250 | |a 1. Aufl. | ||
264 | 1 | |a Berlin [u.a.] |b Springer |c 2009 | |
300 | |a XIII, 186 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Computational grids (Computer systems) | |
650 | 4 | |a Computer software |x Development | |
650 | 4 | |a Electronic data processing |x Distributed processing | |
650 | 4 | |a Parallel programming (Computer science) | |
650 | 0 | 7 | |a Web Services |0 (DE-588)4691234-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Grid Computing |0 (DE-588)4743648-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Middleware |0 (DE-588)4426067-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Hochleistungsrechnen |0 (DE-588)4532701-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a API |0 (DE-588)4430243-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Komponentenmodell |g Software |0 (DE-588)7628523-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Grid Computing |0 (DE-588)4743648-7 |D s |
689 | 0 | 1 | |a Middleware |0 (DE-588)4426067-2 |D s |
689 | 0 | 2 | |a Komponentenmodell |g Software |0 (DE-588)7628523-6 |D s |
689 | 0 | 3 | |a API |0 (DE-588)4430243-5 |D s |
689 | 0 | 4 | |a Web Services |0 (DE-588)4691234-4 |D s |
689 | 0 | 5 | |a Hochleistungsrechnen |0 (DE-588)4532701-4 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Gorlač, Sergej |e Verfasser |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017733127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-017733127 |
Datensatz im Suchindex
_version_ | 1817704616935030784 |
---|---|
adam_text |
2.5 DISCUSSION: ADAPTATION VS. AOP 60 CONTENTS 1 INTRODUCTION 1 1.1
CHALLENGES OF GRID PROGRAMMING 2 1.2 THE ROLE OF MIDDLEWARE FOR THE GRID
5 1.3 COMMUNICATION TECHNOLOGIES FOR DISTRIBUTED COMPUTING 7 1.3.1 JAVA
REMOTE METHOD INVOCATION (RMI) 7 1.3.2 COMMON OBJECT REQUEST BROKER
ARCHITECTURE (CORBA) . 9 1.3.3 CONTAINERS FOR COMPONENTS & SERVICES 10
1.4 SHORTCOMINGS IN STATE-OF-THE-ART GRID MIDDLEWARE 16 1.4.1
RESPONSIBILITIES OF THE MIDDLEWARE USER 16 1.4.2 REQUIREMENTS FOR THE
SOFTWARE COMPONENTS 17 2 HOCS: SOFTWARE COMPONENTS FOR GRID PROGRAMMING
19 2.1 HIGHER-ORDER COMPONENTS (HOCS) 20 2.1.1 MOTIVATION FOR HOCS 21
2.1.2 GRID PROGRAMMING USING HOCS 22 2.1.3 INTRODUCING CODE MOBILITY TO
THE MIDDLEWARE 24 2.1.4 POLYMORPHISM AND TYPE CHECKING FOR CODE
PARAMETERS . 26 2.1.5 FIRST APPLICATION CASE STUDY: JULIA SETS 30 2.2
HOCS AND GRID MIDDLEWARE 31 2.2.1 AN ANALYSIS OF THE REQUIREMENTS OF THE
GRID PLATFORM WITHOUT COMPONENTS 31 2.2.2 BRIDGING MIDDLEWARE AND
APPLICATION WITH HOCS 36 2.2.3 CASE STUDY REVISITED: USING THE FARM-HOC
38 2.2.4 PERFORMANCE EXPERIMENTS ON A WIDE-AREA TESTBED 40 2.2.5 HOCS
AND HAND-WRITTEN CODE: A PERFORMANCE COMPARISON 41 2.3 APIS FOR GRID
APPLICATION PROGRAMMING WITH HOCS 42 2.4 ADAPTABILITY OF HOCS 51 2.4.1
CODE PARAMETERS FOR ADAPTATION 52 2.4.2 CASE STUDY: FROM FARM TO
WAVEFRONT 53 BIBLIOGRAFISCHE INFORMATIONEN HTTP://D-NB.INFO/992998999
DIGITALISIERT DURCH XII CONTENTS 3 HIGHER-ORDER COMPONENT SERVICE
ARCHITECTURE (HOC-SA) 63 3.1 SERVICE-ORIENTED GRID PROGRAMMING USING THE
HOC-SA 64 3.1.1 HOW CODE MOBILITY WORKS: HOC-SA CODE SERVICE & REMOTE
CODE LOADER 66 3.1.2 PARAMETER DATABASES IN THE HOC-SA 69 3.2 HOCS AND
WEB SERVICES 71 3.2.1 WEB SERVICES 71 3.2.2 COMPONENTS AND RESOURCES 73
3.2.3 THE HOC-SA COMPONENT REPOSITORY 74 3.2.4 THE HOC-SA PORTAL 75 3.3
A COMPARISON OF THE HOC-SA AND GLOBUS WS-GRAM 78 3.3.1 GRID PROGRAMMING
WITH WS-GRAM AND THE HOC-SA 79 3.3.2 APPLICATION TYPES FOR HOC-SA AND
WS-GRAM 80 3.3.3 RESPONSE TIMES: HOC-SA VS. WS-GRAM 84 3.4 MPI,
SKELETONS AND WEB SERVICES: INTEGRATING GRID TECHNOLOGIES . 87 3.4.1 A
GATEWAY FOR BRIDGING BETWEEN WEB SERVICES AND MPI . 88 3.4.2 EXAMPLE:
DISCRETE WAVELET TRANSFORM (DWT) 90 3.4.3 WAVELET TRANSFORM IN GENERAL
90 3.4.4 DWT FOR IMAGE PROCESSING 92 3.4.5 DWT ON THE GRID USING THE
LIFTING-HOC 93 3.4.6 PORTABLE PARAMETERS FOR THE LIFTING-HOC 96 3.4.7 AN
ADAPTATION OF THE LIFTING-HOC 97 3.4.8 EXPERIMENTAL PERFORMANCE
EVALUATION 99 3.4.9 DISCUSSION: INTEROPERABILITY AND PORTABLE CODE 100
3.5 A HOC-SA BASED MAP/REDUCE IMPLEMENTATION 103 3.5.1 CLOUD COMPUTING
TECHNOLOGIES FOR THE HOC-SA 103 3.5.2 MAPREDUCE AND HADOOP 105 3.5.3
HOC-SA FEATURES FOR MAP/REDUCE ON THE GRID 105 3.6 SUMMARY OF HOC-SA
FEATURES 107 4 APPLICATIONS OF HIGHER-ORDER COMPONENTS 10 CONTENTS HOCS
WITH EMBEDDED SCHEDULING AND LOOP PARALLELIZATION 131 5.1
USER-TRANSPARENT GRID SCHEDULING 132 5.1.1 THE KOALA GRID SCHEDULING
INFRASTRUCTURE 133 5.1.2 EXTENSIONS OF KOALA FOR USER-TRANSPARENT
SCHEDULING .135 5.1.3 INTEGRATING KOALA & HOC-SA 136 5.1.4 A HOC-AWARE
SCHEDULING ALGORITHM 138 5.1.5 HOC SCHEDULING COST-FUNCTIONS 138 5.1.6
SCHEDULING LARGE-SCALE APPLICATIONS 140 5.1.7 EXPERIMENTS WITH HOCS AND
KOALA 141 5.1.8 CONCLUSIONS FROM THE SCHEDULING EXPERIMENTS 144 5.2
PARALLELIZATION OF CODE PARAMETERS IN HOCS 144 5.2.1 THE INTERNAL
COMPUTE FARM OF THE LOOPO-HOC 145 5.2.2 TRANSFORMING LOOP NESTS INTO
TASK GRAPHS 146 5.2.3 INTEGRATING LOOP PARALLELIZATION WITH THE GRID 148
5.2.4 CASE STUDY: THE SOR EQUATION SYSTEM SOLVER 150 5.2.5 EXPERIMENTS
152 5.3 COMBINING HOCS WITH RELATED TECHNOLOGIES: PROACTIVE, SOFA AND
THE GCM 153 5.3.1 COMBINING HOCS WITH PROACTIVE, THE GCM AND SOFA .
155 5.3.2 CREATION OF WEB SERVICES USING PROACTIVE 158 5.4 DISCUSSION:
HOCS AND DIFFERENT TOOLS FOR DISTRIBUTED COMPUTING . 159 6 CONCLUSIONS
AND RELATED WORK 161 6.1 NEW CONTRIBUTIONS 161 6.2 RELATED WORK 162
6.2.1 THE REAL-TIME FRAMEWORK (RTF) 163 6.2.2 A SURVEY OF RELATED
COMPONENT MODELS 164 6.2.3 THE SKELETON MODEL 164 6.2.4 CCA: THE COMMON
COMPONENT ARCHITECTURE 165 6.2.5 CCM: THE CORBA COMPONENT MODEL 166 6.2. |
any_adam_object | 1 |
author | Dünnweber, Jan 1975- Gorlač, Sergej |
author_GND | (DE-588)135899311 |
author_facet | Dünnweber, Jan 1975- Gorlač, Sergej |
author_role | aut aut |
author_sort | Dünnweber, Jan 1975- |
author_variant | j d jd s g sg |
building | Verbundindex |
bvnumber | BV035678828 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9 |
callnumber-search | QA76.9 |
callnumber-sort | QA 276.9 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 200 |
ctrlnum | (OCoLC)430523875 (DE-599)DNB992998999 |
dewey-full | 004.36 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.36 |
dewey-search | 004.36 |
dewey-sort | 14.36 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. Aufl. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV035678828</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091105</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">090814s2009 gw ad|| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">09,N12,0014</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">992998999</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783642008405</subfield><subfield code="c">GB. : EUR 85.55 (freier Pr.), sfr 133.00 (freier Pr.)</subfield><subfield code="9">978-3-642-00840-5</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783642008405</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">12591794</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)430523875</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB992998999</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-898</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.36</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 200</subfield><subfield code="0">(DE-625)143611:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Dünnweber, Jan</subfield><subfield code="d">1975-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)135899311</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Higher-order components for grid programming</subfield><subfield code="b">making grids more usable</subfield><subfield code="c">Jan Dünnweber ; Sergei Gorlatch</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2009</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIII, 186 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computational grids (Computer systems)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer software</subfield><subfield code="x">Development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Electronic data processing</subfield><subfield code="x">Distributed processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Parallel programming (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Web Services</subfield><subfield code="0">(DE-588)4691234-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Grid Computing</subfield><subfield code="0">(DE-588)4743648-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Middleware</subfield><subfield code="0">(DE-588)4426067-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Hochleistungsrechnen</subfield><subfield code="0">(DE-588)4532701-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">API</subfield><subfield code="0">(DE-588)4430243-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Komponentenmodell</subfield><subfield code="g">Software</subfield><subfield code="0">(DE-588)7628523-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Grid Computing</subfield><subfield code="0">(DE-588)4743648-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Middleware</subfield><subfield code="0">(DE-588)4426067-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Komponentenmodell</subfield><subfield code="g">Software</subfield><subfield code="0">(DE-588)7628523-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">API</subfield><subfield code="0">(DE-588)4430243-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="4"><subfield code="a">Web Services</subfield><subfield code="0">(DE-588)4691234-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="5"><subfield code="a">Hochleistungsrechnen</subfield><subfield code="0">(DE-588)4532701-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Gorlač, Sergej</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017733127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-017733127</subfield></datafield></record></collection> |
id | DE-604.BV035678828 |
illustrated | Illustrated |
indexdate | 2024-12-06T15:16:46Z |
institution | BVB |
isbn | 9783642008405 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-017733127 |
oclc_num | 430523875 |
open_access_boolean | |
owner | DE-634 DE-83 DE-11 DE-898 DE-BY-UBR |
owner_facet | DE-634 DE-83 DE-11 DE-898 DE-BY-UBR |
physical | XIII, 186 S. Ill., graph. Darst. |
publishDate | 2009 |
publishDateSearch | 2009 |
publishDateSort | 2009 |
publisher | Springer |
record_format | marc |
spelling | Dünnweber, Jan 1975- Verfasser (DE-588)135899311 aut Higher-order components for grid programming making grids more usable Jan Dünnweber ; Sergei Gorlatch 1. Aufl. Berlin [u.a.] Springer 2009 XIII, 186 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Datenverarbeitung Computational grids (Computer systems) Computer software Development Electronic data processing Distributed processing Parallel programming (Computer science) Web Services (DE-588)4691234-4 gnd rswk-swf Grid Computing (DE-588)4743648-7 gnd rswk-swf Middleware (DE-588)4426067-2 gnd rswk-swf Hochleistungsrechnen (DE-588)4532701-4 gnd rswk-swf API (DE-588)4430243-5 gnd rswk-swf Komponentenmodell Software (DE-588)7628523-6 gnd rswk-swf Grid Computing (DE-588)4743648-7 s Middleware (DE-588)4426067-2 s Komponentenmodell Software (DE-588)7628523-6 s API (DE-588)4430243-5 s Web Services (DE-588)4691234-4 s Hochleistungsrechnen (DE-588)4532701-4 s DE-604 Gorlač, Sergej Verfasser aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017733127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Dünnweber, Jan 1975- Gorlač, Sergej Higher-order components for grid programming making grids more usable Datenverarbeitung Computational grids (Computer systems) Computer software Development Electronic data processing Distributed processing Parallel programming (Computer science) Web Services (DE-588)4691234-4 gnd Grid Computing (DE-588)4743648-7 gnd Middleware (DE-588)4426067-2 gnd Hochleistungsrechnen (DE-588)4532701-4 gnd API (DE-588)4430243-5 gnd Komponentenmodell Software (DE-588)7628523-6 gnd |
subject_GND | (DE-588)4691234-4 (DE-588)4743648-7 (DE-588)4426067-2 (DE-588)4532701-4 (DE-588)4430243-5 (DE-588)7628523-6 |
title | Higher-order components for grid programming making grids more usable |
title_auth | Higher-order components for grid programming making grids more usable |
title_exact_search | Higher-order components for grid programming making grids more usable |
title_full | Higher-order components for grid programming making grids more usable Jan Dünnweber ; Sergei Gorlatch |
title_fullStr | Higher-order components for grid programming making grids more usable Jan Dünnweber ; Sergei Gorlatch |
title_full_unstemmed | Higher-order components for grid programming making grids more usable Jan Dünnweber ; Sergei Gorlatch |
title_short | Higher-order components for grid programming |
title_sort | higher order components for grid programming making grids more usable |
title_sub | making grids more usable |
topic | Datenverarbeitung Computational grids (Computer systems) Computer software Development Electronic data processing Distributed processing Parallel programming (Computer science) Web Services (DE-588)4691234-4 gnd Grid Computing (DE-588)4743648-7 gnd Middleware (DE-588)4426067-2 gnd Hochleistungsrechnen (DE-588)4532701-4 gnd API (DE-588)4430243-5 gnd Komponentenmodell Software (DE-588)7628523-6 gnd |
topic_facet | Datenverarbeitung Computational grids (Computer systems) Computer software Development Electronic data processing Distributed processing Parallel programming (Computer science) Web Services Grid Computing Middleware Hochleistungsrechnen API Komponentenmodell Software |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=017733127&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT dunnweberjan higherordercomponentsforgridprogrammingmakinggridsmoreusable AT gorlacsergej higherordercomponentsforgridprogrammingmakinggridsmoreusable |