𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

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

⬇  Acquire This Volume

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:
JR is an extension of the Java programming language with additional concurrency mechanisms based on those in the SR (Synchronizing Resources) programming language. The source code for all programming Β Read more...

✦ 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
✍ Ronald A. Olsson, Aaron W. Keen πŸ“‚ Library πŸ“… 2004 πŸ› Springer 🌐 English

"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

Java Programming Language Handbook: The
✍ Anthony Potts David H., Jr. Friedel πŸ“‚ Library πŸ“… 1996 🌐 English

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

Java Programming Language Handbook: The
✍ Anthony Potts, David H., Jr. Friedel πŸ“‚ Library πŸ“… 1996 πŸ› Coriolis Group Books 🌐 English

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

Go for Java Programmers: Learn the Googl
✍ Barry Feigenbaum Ph.D. πŸ“‚ Library πŸ“… 2021 πŸ› Apress 🌐 English

<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