Treffer: Java message passing interface.
Chinese
Weitere Informationen
by Wan Lai Man. ; Thesis (M.Phil.)--Chinese University of Hong Kong, 1998. ; Includes bibliographical references (leaves 76-80). ; Abstract also in Chinese. ; Chapter 1 --- Introduction --- p.1 ; Chapter 1.1 --- Background --- p.1 ; Chapter 1.2 --- Objectives --- p.3 ; Chapter 1.3 --- Contributions --- p.4 ; Chapter 1.4 --- Overview --- p.4 ; Chapter 2 --- Literature Review --- p.6 ; Chapter 2.1 --- Message Passing Interface --- p.6 ; Chapter 2.1.1 --- Point-to-Point Communication --- p.7 ; Chapter 2.1.2 --- Persistent Communication Request --- p.8 ; Chapter 2.1.3 --- Collective Communication --- p.8 ; Chapter 2.1.4 --- Derived Datatype --- p.9 ; Chapter 2.2 --- Communications in Java --- p.10 ; Chapter 2.2.1 --- Object Serialization --- p.10 ; Chapter 2.2.2 --- Remote Method Invocation --- p.11 ; Chapter 2.3 --- Performances Issues in Java --- p.11 ; Chapter 2.3.1 --- Byte-code Interpreter --- p.11 ; Chapter 2.3.2 --- Just-in-time Compiler --- p.12 ; Chapter 2.3.3 --- HotSpot --- p.13 ; Chapter 2.4 --- Parallel Computing in Java --- p.14 ; Chapter 2.4.1 --- JavaMPI --- p.15 ; Chapter 2.4.2 --- Bayanihan --- p.15 ; Chapter 2.4.3 --- JPVM --- p.15 ; Chapter 3 --- Infrastructure --- p.17 ; Chapter 3.1 --- Layered Model --- p.17 ; Chapter 3.2 --- Java Parallel Environment --- p.19 ; Chapter 3.2.1 --- Job Coordinator --- p.20 ; Chapter 3.2.2 --- HostApplet --- p.20 ; Chapter 3.2.3 --- Formation of Java Parallel Environment --- p.21 ; Chapter 3.2.4 --- Spawning Processes --- p.24 ; Chapter 3.2.5 --- Message-passing Mechanism --- p.28 ; Chapter 3.3 --- Application Programming Interface --- p.28 ; Chapter 3.3.1 --- Message Routing --- p.29 ; Chapter 3.3.2 --- Language Binding for MPI in Java --- p.31 ; Chapter 4 --- Programming in JMPI --- p.35 ; Chapter 4.1 --- JMPI Package --- p.35 ; Chapter 4.2 --- Application Startup Procedure --- p.37 ; Chapter 4.2.1 --- MPI --- p.38 ; Chapter 4.2.2 --- JMPI --- p.38 ; Chapter 4.3 --- Example --- p.39 ; Chapter 5 --- Processes Management --- p.42 ; Chapter 5.1 --- Background --- ...