Das OSF-distributed-computing-Environment: Grundlagen und Anwendung
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Berlin ; Heidelberg ; New York ; Barcelona ; Budapest ; Hongkong
Springer
1997
|
Ausgabe: | 2., überarb. und erw. Aufl. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 265 - 267. - 1. Aufl. u.d.T.: Schill, Alexander: DCE - das OSF-distributed-computing-Environment |
Beschreibung: | XV, 277 S. graph. Darst. |
ISBN: | 3540625712 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV011272723 | ||
003 | DE-604 | ||
005 | 19970702 | ||
007 | t | ||
008 | 970318s1997 gw d||| |||| 00||| ger d | ||
016 | 7 | |a 949632589 |2 DE-101 | |
020 | |a 3540625712 |c Pp. : DM 88.00 |9 3-540-62571-2 | ||
035 | |a (OCoLC)845373238 | ||
035 | |a (DE-599)BVBBV011272723 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c DE | ||
050 | 0 | |a QA76.9.D5 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
100 | 1 | |a Schill, Alexander |e Verfasser |4 aut | |
245 | 1 | 0 | |a Das OSF-distributed-computing-Environment |b Grundlagen und Anwendung |c Alexander Schill |
250 | |a 2., überarb. und erw. Aufl. | ||
264 | 1 | |a Berlin ; Heidelberg ; New York ; Barcelona ; Budapest ; Hongkong |b Springer |c 1997 | |
300 | |a XV, 277 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturverz. S. 265 - 267. - 1. Aufl. u.d.T.: Schill, Alexander: DCE - das OSF-distributed-computing-Environment | ||
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Electronic data processing |x Distributed processing | |
650 | 0 | 7 | |a DCE |g Programm |0 (DE-588)4312421-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a DCE |g Programm |0 (DE-588)4312421-5 |D s |
689 | 0 | |5 DE-604 | |
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=007569896&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007569896 |
Datensatz im Suchindex
_version_ | 1807865370391871488 |
---|---|
adam_text |
INHALTSVERZEICHNIS
1
EINFUEHRUNG
.
1
1.1
EINLEITUNG
.
1
1.2
BEISPIEL
EINER
VERTEILTEN
ANWENDUNG
.
2
1.3
VORTEILE
VERTEILTER
ANWENDUNGEN
.
5
1.4
SPEZIELLE
PROBLEME
BEI
VERTEILTEN
ANWENDUNGEN
.
6
1.5
LOESUNGSANSAETZE
DURCH
DAS
OSF
DCE
.
7
1.6
GLIEDERUNG
DES
BUCHES
.
9
2
GESAMTARCHITEKTUR
DES OSF
DCE
.
11
2.1
ARCHITEKTURMODELL
.
11
2.2
STRUKTUR
VON
DCE-CELLS
.
12
2.3
DIE
TEILKOMPONENTEN
DES
DCE
.
13
2.3.1
THREAD
SERVICE
.
13
2.3.2
REMOTE
PROCEDURE
CALL
.
15
2.3.3
DIRECTORY
SERVICE
.
18
2.3.4
SECURITY
SERVICE
.
21
2.3.5
DISTRIBUTED
TIME
SERVICE
.
24
2.3.6
DISTRIBUTED
FILE
SYSTEM
.
26
2.3.7
DISKLESS
SUPPORT
SERVICE
.
28
2.4
ZUSAMMENWIRKEN
DER
DCE-KOMPONENTEN
.
29
2.5
DCE-SYSTEMKONFIGURATIONEN
.
31
2.5.1
GRUNDPRINZIPIEN
.
31
2.5.2
BEISPIELE
FUER
KONKRETE
CELL-KONFIGURATIONEN
.
32
2.6
EINSATZ
AM
BEISPIEL
DER
VERTEILTEN
ANWENDUNG
.
33
2.7
BEDEUTUNG
DER
DCE-KOMPONENTEN
FUER
ANWENDER
.
35
2.8
BISHERIGE
ENTWICKLUNG
DES
DCE
.
38
3
DER
REMOTE
PROCEDURE
CALL
DES
DCE
.
41
3.1
WICHTIGE
EIGENSCHAFTEN
DES
DCE
RPC
.
41
3.2
GRUNDLEGENDER
ABLAUF
EINES
DCE
RPC
.
43
3.3
GRUNDFUNKTIONALITAET:
PROGRAMMIERBEISPIEL
.
46
3.3.1
SCHNITTSTELLENBESCHREIBUNG
.
46
3.3.2
IMPLEMENTIERUNG
DES
SERVERS
.
50
3.3.3
IMPLEMENTIERUNG
DES
CLIENTS
.
54
3.4
BESCHREIBUNG
VON
RPC-SCHNITTSTELLEN
DURCH
IDL
.
55
3.4.1
DATENTYP-DEFINITIONEN
.
56
3.4.2
ATTRIBUTE
FUER
SCHNITTSTELLEN
UND
PROZEDUREN
.
59
3.5
DIE
STEUEMOTATION
ACF
.
61
X
INHALTSVERZEICHNIS
3.6
DER
RPC-BINDEVORGANG:
DETAILS
.
62
3.6.1
DETAILLIERTER
ABLAUF
DES
BINDEVORGANGS
.
62
3.6.2
DATENSTRUKTUREN
FUER
DAS
BINDEN:
BINDING
HANDIES
.
64
3.6.3
METHODEN
DES
BINDENS
.
66
3.6.4
DIE
RPC-CLIENT-SCHNITTSTELLE
DES
DIRECTORY
SERVICE
.
68
3.6.5
BEREITSTELLEN UND
ANFORDEM
VON
RESSOURCEN
.
71
3.6.6
REGISTRIERUNG
UND
EINSATZ
VON
SERVERGRUPPEN
.
76
3.6.7
VERWENDUNG
VON
DIRECTORY-SUCHPFADEN
.
79
3.6.8
BINDEINFORMATION
ALS
STRING
FUER
TESTLAEUFE
.
81
3.6.9
STATISCHE
RPC-ENDPUNKTE
.
84
3.7
RPC
MIT
AUTHENTISIERUNG
UND
AUTORISIERUNG
.
85
3.7.1
UEBERBLICK
.
85
3.7.2
SCHNITTSTELLENFUNKTIONEN
.
86
3.8
SPEZIELLE
LAUFZEITMECHANISMEN
.
90
3.8.1
FEHLERBEHANDLUNG
.
90
3.8.2
PIPES
.
91
3.8.3
RUECKWAERTIGE
AUFRUFE
.
96
3.8.4
KONTEXT
ZWISCHEN
CLIENT
UND
SERVER
.
98
3.8.5
EINSATZ
VON
THREADS
.
101
3.9
LEISTUNGSMESSUNGEN
ZUM
DCE
RPC
.
103
3.9.1
BASISEXPERIMENTE
.
103
3.9.2
SPEZIELLE
DURCHSATZUNTERSUCHUNGEN
.
105
3.10
DCE
ADMINISTRATIONSAUFGABEN
.
108
4
DCE-THREADS
ALS
BASISMECHANISMUS
.
111
4.1
WICHTIGE
EIGENSCHAFTEN
VON
DCE-THREADS
.
111
4.2
EINSATZMOEGLICHKEITEN
UND
VERARBEITUNGSMODELLE
.
112
4.2.1
NEBENLAEUFIGKEIT
UNABHAENGIGER
AUFTRAEGE
.
113
4.2.2
AUFTRAGSINTEME
NEBENLAEUFIGKEIT
.
114
4.2.3
PIPELINING
.
115
4.3
ELEMENTARE
THREAD-VERWALTUNG
.
115
4.4
THREAD-SYNCHRONISATION
.
118
4.4.1
SEMAPHORE
.
118
4.4.2
ERWEITERUNG:
REKURSIVE
SEMAPHORE
.
120
4.4.3
BEDINGUNGSVARIABLEN
.
121
4.5
THREAD-ATTRIBUTE
UND
SCHEDULING-STRATEGIEN
.
124
4.6
SPEZIELLE
ASPEKTE
VON
DCE-THREADS
.
127
4.6.1
AUFRUF
VON
E/A
UND
BETRIEBSSYSTEM-ROUTINEN
.
127
4.6.2
NON-REENTRANT
SOFTWARE
UND
GLOBALE
SEMAPHORE
.
129
4.6.3
VERKLEMMUNGEN
.
129
5
VERTEILTE
NAMENSVERWALTUNG
IM
DCE
.
131
5.1
VERTEILTE
NAMENSVERWALTUNG:
UEBERSICHT
.
131
5.1.1
AUFGABEN
UND
EIGENSCHAFTEN
.
131
5.1.2
RESULTIERENDE
ANFORDERUNGEN
.
132
5.2
KONZEPTIONELLE
GRUNDLAGEN
VON
CDS
UND
GDS
.
133
5.2.1
GESAMTARCHITEKTUR
.
133
5.2.2
NAMENSSTRUKTUR
.
134
5.2.3
JUNCTIONS
ZUR
VERBINDUNG
VON
NAMENSRAEUMEN
.
136
5.2.4
DER
DEFAULT-NAMENSRAUM
DES
DCE
.
137
INHALTSVERZEICHNIS
XI
5.2.5
ALIASES
FUER
CDS-NAMEN
.
137
5.2.6
STRUKTUR
VON
NAMENSEINTRAEGEN
.
139
5.3
DCE
CONTROL
PROGRAM
UND
BROWSER
.
142
5.3.1
UEBERBLICK
UEBER
DIE
EINZELNEN
KOMMANDOS
.
143
5.3.2
BEISPIELE
FUER
DIE
VERWENDUNG
DER
KOMMANDOS
.
144
5.3.3
EINSATZ
DES
CDS-BROWSERS
.
147
5.4
XDS-PROGRAMMIERSCHNITTSTELLE
.
148
5.4.1
UEBERSICHT
.
148
5.4.2
XDS
UND
XOM-DATENTYPEN
.
150
5.4.3
XDS-
UND
XOM-FUNKTIONEN
.
151
5.5
INTERNE
REALISIERUNG
DER
NAMENSVERWALTUNG
.
154
5.5.1
INTERNER
ABLAUF
EINER
NAMENSINTERPRETATION
.
154
5.5.2
VERTEILUNG
UND
REPLIKATION
VON
NAMENSEINTRAEGEN
.
157
5.6
SYSTEMMANAGEMENT-AUFGABEN
.
160
5.6.1
CDS-MANAGEMENT
.
160
5.6.2
DAS
DCE
CONTROL
PROGRAM
ALS
MANAGEMENT-WERKZEUG
.
161
5.6.3
GDS-MANAGEMENT
.
163
6
SECURITY
SERVICE
.
165
6.1
WICHTIGE
EIGENSCHAFTEN
DES
SECURITY
SERVICE
.
165
6.2
AUTHENTISIERUNG
UND
VERSCHLUESSELUNG
.
167
6.2.1
ABLAUF
DES
AUTHENTISIERUNGSPROTOKOLLS
.
167
6.2.2
CELL-UEBERGREIFENDE
AUTHENTISIERUNG
.
170
6.2.3
ERWEITERUNG:
ASYMMETRISCHE
KRYPTOVERFAHREN
.
171
6.3
AUTORISIERUNG
.
173
6.3.1
ZUGRIFFSKONTROLLISTEN:
ACLS
.
173
6.3.2
PRUEFUNG
DER
ZUGRIFFSRECHTE
ZUR
LAUFZEIT
.
175
6.3.3
ACLS
FUER
CDS-DIRECTORIES
.
176
6.3.4
DER
ACL-EDITOR
.
177
6.4
ADMINISTRATIONSAUFGABEN
.
179
6.4.1
UEBERSICHT
.
179
6.4.2
DER
REGISTRY
EDITOR
.
179
6.4.3
KONSISTENZ
MIT
UNIX-ACCOUNTS
.
182
6.5
WEITERFUEHRENDE
PROGRAMMIERSCHNITTSTELLEN
.
183
7
DER
DISTRIBUTED
TIME
SERVICE
.
185
7.1
WICHTIGE
EIGENSCHAFTEN
DES
DTS
.
185
7.2
INTERNE
SYSTEMSTRUKTUR
UND
ZEITFORMATE
.
186
7.2.1
ARCHITEKTURKONZEPT
.
186
7.2.2
ZEITFORMATE
.
188
7.3
PROGRAMMIERSCHNITTSTELLE
.
190
7.3.1
ERMITTLUNG
UND
KONVERTIERUNG
VON
ZEITANGABEN
.
191
7.3.2
ARITHMETISCHE
OPERATIONEN
MIT
ZEITANGABEN
.
195
7.3.3
SPEZIELLE
OPERATIONEN
FUER
ZEITINTERVALLE
.
198
7.4
MANAGEMENT-AUFGABEN
.
200
8
VERTEILTE
DATEIVERWALTUNG
.
201
8.1
DAS
DISTRIBUTED
FILE
SYSTEM
.
201
8.1.1
FUNKTIONALITAET
UND
EINORDNUNG
DES
DFS
.
201
8.1.2
VERGLEICH
MIT
DEM
NETWORK
FILE
SYSTEM
.
205
8.1.3
EINSATZ
DES
DFS
FUER
VERTEILTE
ANWENDUNGEN
.
207
XII
INHALTSVERZEICHNIS
8.1.4
INTERNE
SYSTEMSTRUKTUR
.
208
8.1.5
MANAGEMENT-AUFGABEN
.
211
8.1.6
WEITERFUEHRENDE
PROGRAMMIERSCHNITTSTELLEN
.
215
8.2
DISKLESS
SUPPORT
SERVICE
.
216
9
OBJEKTORIENTIERTE
DCE-ERWEITERUNGEN
.
219
9.1
MOTIVATION
UND
EINFUEHRUNG
.
219
9.1.1
CHARAKTERISTISCHE
EIGENSCHAFTEN
.
219
9.1.2
VERTEILTE
OBJEKTORIENTIERTE
SYSTEME
.
221
9.2
UNTERSTUETZUNG
VON
C++
IN
DCE
.
222
9.2.1
ZIELE
UND
CHARAKTERISTIKA
.
222
9.2.2
GRUNDKONZEPTE
UND
ANWENDUNGSBEISPIEL
.
223
9.2.3
INTERNE
REALISIERUNGSASPEKTE
.
225
9.2.4
OBJEKTORIENTIERTE
SCHNITTSTELLEN
FUER
WEITERE
DCE-KOMPONENTEN
.
227
9.2.5
WEITERE
ANSAETZE
.
229
10
ONLINE
TRANSACTION
PROCESSING
.
231
10.1
EINFUEHRUNG
UND
GRUNDLAGEN
.
231
10.1.1
GRUNDKONZEPT
.
231
10.1.2
BEISPIEL
.
232
10.1.3
ZWEI-PHASEN-COMMIT-PROTOKOLL
.
233
10.2
SYSTEMBEISPIEL
ENCINA
.
234
10.2.1
SYSTEMARCHITEKTUR
.
234
10.2.2
ANWENDUNGSBEISPIEL
.
235
10.2.3
MIGRATION
UND
HOST-INTEGRATION
.
236
10.2.4
SYSTEMADMINISTRATION
UND
REALISIERUNGSASPEKTE
.
237
10.3
SYSTEMVERGLEICH
UND
ZUSAMMENFASSUNG
.
239
11
GESAMTEINORDNUNG
UND
BEWERTUNG
DES OSF
DCE
.
241
11.1
CORBA
.
241
11.1.1
OBJECT
MANAGEMENT
GROUP
.
241
11.1.2
OBJECT
MANAGEMENT
ARCHITECTURE
.
242
11.1.3
OBJECT
REQUEST
BROKER
.
243
11.1.4
CORBA
SERVICES
.
249
11.1.5
SYSTEMBEISPIELE
.
251
11.1.6
VERGLEICH
MIT
DCE
.
252
11.2
ANWENDUNGSORIENTIERTE
ISO/OSI-STANDARDS
.
254
11.2.1
STANDARDISIERUNG
UND
ENTWICKLUNGSTENDENZEN
.
254
11.2.2
BEZUG
ZU
DEN
BEIDEN
OBEREN
ISO/OSI-SCHICHTEN
.
254
11.2.3
OPEN
DISTRIBUTED
PROCESSING
.
258
11.3
SUN
ONC
.
260
11.4
GESAMTBEWERTUNG
DES
OSF
DCE
.
260
11.5
VERFUEGBARKEIT
VON
DCE
.
262
11.6
AUSBLICK
.
263
LITERATUR
.
265
SACHVERZEICHNIS
.
269
GLOSSAR
.
275 |
any_adam_object | 1 |
author | Schill, Alexander |
author_facet | Schill, Alexander |
author_role | aut |
author_sort | Schill, Alexander |
author_variant | a s as |
building | Verbundindex |
bvnumber | BV011272723 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D5 |
callnumber-search | QA76.9.D5 |
callnumber-sort | QA 276.9 D5 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 200 |
ctrlnum | (OCoLC)845373238 (DE-599)BVBBV011272723 |
discipline | Informatik |
edition | 2., überarb. und erw. 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">BV011272723</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">19970702</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">970318s1997 gw d||| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">949632589</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540625712</subfield><subfield code="c">Pp. : DM 88.00</subfield><subfield code="9">3-540-62571-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)845373238</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV011272723</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">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.9.D5</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="100" ind1="1" ind2=" "><subfield code="a">Schill, Alexander</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Das OSF-distributed-computing-Environment</subfield><subfield code="b">Grundlagen und Anwendung</subfield><subfield code="c">Alexander Schill</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2., überarb. und erw. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin ; Heidelberg ; New York ; Barcelona ; Budapest ; Hongkong</subfield><subfield code="b">Springer</subfield><subfield code="c">1997</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XV, 277 S.</subfield><subfield code="b">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="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 265 - 267. - 1. Aufl. u.d.T.: Schill, Alexander: DCE - das OSF-distributed-computing-Environment</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</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="0" ind2="7"><subfield code="a">DCE</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4312421-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">DCE</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4312421-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</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=007569896&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-007569896</subfield></datafield></record></collection> |
id | DE-604.BV011272723 |
illustrated | Illustrated |
indexdate | 2024-08-20T00:46:09Z |
institution | BVB |
isbn | 3540625712 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007569896 |
oclc_num | 845373238 |
open_access_boolean | |
physical | XV, 277 S. graph. Darst. |
publishDate | 1997 |
publishDateSearch | 1997 |
publishDateSort | 1997 |
publisher | Springer |
record_format | marc |
spelling | Schill, Alexander Verfasser aut Das OSF-distributed-computing-Environment Grundlagen und Anwendung Alexander Schill 2., überarb. und erw. Aufl. Berlin ; Heidelberg ; New York ; Barcelona ; Budapest ; Hongkong Springer 1997 XV, 277 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Literaturverz. S. 265 - 267. - 1. Aufl. u.d.T.: Schill, Alexander: DCE - das OSF-distributed-computing-Environment Datenverarbeitung Electronic data processing Distributed processing DCE Programm (DE-588)4312421-5 gnd rswk-swf DCE Programm (DE-588)4312421-5 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007569896&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Schill, Alexander Das OSF-distributed-computing-Environment Grundlagen und Anwendung Datenverarbeitung Electronic data processing Distributed processing DCE Programm (DE-588)4312421-5 gnd |
subject_GND | (DE-588)4312421-5 |
title | Das OSF-distributed-computing-Environment Grundlagen und Anwendung |
title_auth | Das OSF-distributed-computing-Environment Grundlagen und Anwendung |
title_exact_search | Das OSF-distributed-computing-Environment Grundlagen und Anwendung |
title_full | Das OSF-distributed-computing-Environment Grundlagen und Anwendung Alexander Schill |
title_fullStr | Das OSF-distributed-computing-Environment Grundlagen und Anwendung Alexander Schill |
title_full_unstemmed | Das OSF-distributed-computing-Environment Grundlagen und Anwendung Alexander Schill |
title_short | Das OSF-distributed-computing-Environment |
title_sort | das osf distributed computing environment grundlagen und anwendung |
title_sub | Grundlagen und Anwendung |
topic | Datenverarbeitung Electronic data processing Distributed processing DCE Programm (DE-588)4312421-5 gnd |
topic_facet | Datenverarbeitung Electronic data processing Distributed processing DCE Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007569896&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT schillalexander dasosfdistributedcomputingenvironmentgrundlagenundanwendung |