Sciweavers

55 search results - page 2 / 11
» Implementing Orthogonally Persistent Java
Sort
View
POS
1998
Springer
13 years 9 months ago
Optimizing the Read and Write Barriers for Orthogonal Persistence
Persistent programming languages manage volatile memory as a cache for stable storage, imposing a read barrier on operations that access the cache, and a write barrier on updates ...
Antony L. Hosking, Nathaniel Nystrom, Quintin I. C...
ICCL
1998
IEEE
13 years 9 months ago
Transactions for Java
We present a design and implementation of transactions and general-purpose persistence for Java. These additions allow Java programmers to manipulate any Java object using transac...
Alex Garthwaite, Scott Nettles
POS
1998
Springer
13 years 9 months ago
Concurrency - The Fly in the Ointment?
Concurrency is a central pillar of the Java programming language, is implicit in the transactional model of computation adopted by most persistent systems, and has been widely stu...
Stephen Blackburn, John N. Zigman
OOPSLA
1999
Springer
13 years 9 months ago
Mostly-copying Reachability-based Orthogonal Persistence
We describe how reachability-based orthogonal persistence can be supported even in uncooperative implementations of languages such as C++ and Modula-3, and without modification t...
Antony L. Hosking, Jiawan Chen
POS
1998
Springer
13 years 9 months ago
Orthogonal Persistence for Java? - A Mid-term Report
Mick J. Jordan, Malcolm P. Atkinson