The JR programming language: concurrent programming in an extended Java
β Scribed by Keen, Aaron W.; Olsson, Ronald A
- Publisher
- Kluwer;Springer US
- Year
- 2004
- Tongue
- English
- Leaves
- 392
- Series
- International series in engineering and computer science 774
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
JR is a language for concurrent programming. It is an imperative language that provides explicit mechanisms for concurrency, communication, and s- chronization. JR is an extension of the Java programming language with - ditional concurrency mechanisms based on those in the SR (Synchronizing Resources) programming language. It is suitable for writing programs for both shared- and distributed-memory applications and Β Read more...
Abstract:
β¦ Table of Contents
Content: Extensions for Concurrency --
Overview of Extensions --
OP-Methods, Operations, and Capabilities --
Concurrent Execution --
Synchronization Using Shared Variables --
Semaphores --
Asynchronous Message Passing --
Remote Procedure Call --
Rendezvous --
Virtual Machines --
The Dining Philosophers --
Exceptions --
Inheritance of Operations --
Inter-Operation Invocation Selection Mechanism --
Applications --
Parallel Matrix Multiplication --
Solving PDEs: Grid Computations --
The Traveling Salesman Problem --
A Distributed File System --
Discrete Event Simulation --
Interfacing JR and GUIs --
Preprocessors for Other Concurrency Notations.
β¦ Subjects
Computer science.;Microprocessors.;Software engineering.;Computer programming.;Programming languages (Electronic computers);Operating systems (Computers);Computers.;JR (Computer program language);Parallel programming (Computer science);Information theory.;Programming Techniques.;Programming Languages, Compilers, Interpreters.;Processor Architectures.;Operating Systems.;Theory of Computation.;Software Engineering/Programming and Operating Systems.
π SIMILAR VOLUMES
"The JR Programming Language: Concurrent Programming in an Extended JAVA, an advanced-level text book, describes the JR programming language and illustrates how it can be used to write concurrent programs for a variety of applications. This text presents numerous small and large example programs. Th
Includes complete reference material on the entire Java language, from data types to Java classes. Provides detailed overview chapters that explain the art of the Internet and distributed programming with Java. Features special tips to help C/C++ programmers master Java. Includes special coverage of
Includes complete reference material on the entire Java language, from data types to Java classes. Provides detailed overview chapters that explain the art of the Internet and distributed programming with Java. Features special tips to help C/C++ programmers master Java. Includes special coverage of
<p>Get an in-depth introduction to the Go programming language and its associated standard runtime libraries.Β This book is targeted towards programmers that already know the Java programming languageΒ and uses that Java knowledge to direct the learning of Go.Β You will get a deep understanding of the