Wednesday, February 11, 2009

Concurrent and Real-Time Programming in Java (Kindle Edition)

Concurrent and Real-Time Programming in Java (Kindle Edition)

Free Ebook Details
Book Name: Concurrent and Real-Time Programming in Java (Kindle Edition)
Format: Kindle Edition
Print Length: 446 pages
Publisher: Wiley (November 15, 2004)
Sold by: Amazon Digital Services
ASIN: B000PY4MDW

Ebook Description
Real-time functionality is essential for developing many consumer, industrial, and systems devices. While the C/C++ programming language is most often used in the creation of real-time software, the Java language, with its simple and familiar object-oriented programming model, offers many advantages over current real-time practices. Concurrent and Real-Time Programming in Java covers the motivations for, and semantics of, the extensions and modifications to the Java programming environment that enable the Java platform (Virtual Machine) to meet the requirements and constraints of real-time development. Key aspects of concurrent and real-time programming and how they are implemented in Java are discussed, such as concurrency, memory management, real-time scheduling, and real-time resource sharing.

From the Back Cover
Real-time and embedded systems have to respond to externally generated input stimuli within a finite and predictable time. Their correctness depends not only on the logical results of the computations, but also on the time at which those results are produced.

Just over 10 years since its first conception, Java augmented by the Real-Time Specification for Java (RTSJ), is one of the most exciting developments in real-time systems. The approach has been to extend the concurrency model to sup-port real-time programming abstractions, and to provide a complementary approach to memory management that removes the temporal uncertainties of garbage collection.

The book starts with an introduction to concurrent and real-time programming. It then describes the concurrency model of Java, summarizing both its strengths and weaknesses. Examples abound, and a case study of concurrent searching is presented. The book then provides a detailed introduction to and examination of the RTSJ.

Topics include:
the new memory management model,
the augmented clock and time facilities,
scheduling,
asynchronous event handlers,
real-time threads,
asynchronous transfer of control,
resource control,
access to physical and access to raw memory.
A standard real-time case study - that of an automobile cruise control system - is given which demonstrates the efficacy of many of the new facil-ities. Before concluding, the book considers the use of Java and the RTSJ for high-integrity systems programming.

Download

Download 2

No comments:

Post a Comment