Concurrent Programming: The Java Programming Language
Autor Stephen J. Hartleyen Limba Engleză Paperback – 3 iun 1998
Designed for students and professionals, Concurrent Programming: The Java Programming Language provides a practical, demonstrative introduction to the issues and concepts in concurrent programming, operating systems, the client-server model, and multiple threads. It features numerous Java example programs as stand-alone applications rather than as simple applets, showing readers how to utilize the Java programming language to write programs that use semaphores, monitors, message passing, remote procedure calls, and the rendezvous for thread synchronization and communication. Each example program includes output from one or more sample runs. Multithreading issues such as race conditions, critical sections, mutual exclusion, and condition synchronization are covered. Several thread communication tools used extensively in client server programming--message passing, the rendezvous, and remote procedure calls--are also described. An algorithm animation package, written in Java, is used in several of the example programs. The book concludes with a brief introduction to parallel processing with Java.
Concurrent Programming: The Java Programming Language is suitable for a concurrent programming course or as a supplement in an operating systems class. Professional programmers will also find the presentation accessible. All source code for the book is available by anonymous ftp from ftp.mcs.drexel.edu and from the World Wide Web at http: //www.mcs.drexel.edu/ shartley/ConcProgJava/index.html.
Preț: 495.85 lei
Preț vechi: 619.82 lei
-20% Nou
Puncte Express: 744
Preț estimativ în valută:
94.92€ • 98.82$ • 78.15£
94.92€ • 98.82$ • 78.15£
Carte disponibilă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780195113150
ISBN-10: 0195113152
Pagini: 272
Ilustrații: line figures
Dimensiuni: 155 x 234 x 19 mm
Greutate: 0.4 kg
Editura: Oxford University Press
Colecția OUP USA
Locul publicării:New York, United States
ISBN-10: 0195113152
Pagini: 272
Ilustrații: line figures
Dimensiuni: 155 x 234 x 19 mm
Greutate: 0.4 kg
Editura: Oxford University Press
Colecția OUP USA
Locul publicării:New York, United States
Descriere
This book shows professional programmers and students in operating systems and concurrent programming classes how to utilize the Java programming language to write programs that use semaphores, monitors, message passing, remote procedure calls, and the rendezvous for thread synchronization and communication. A Java algorithm animation package is also described.