Sciweavers

1043 search results - page 15 / 209
» Reading, Writing and Relations
Sort
View
ICMCS
1999
IEEE
96views Multimedia» more  ICMCS 1999»
15 years 2 months ago
Clockwise: A Mixed-Media File System
This (short) paper presents the Clockwise, a mixedmedia file system. The primary goal of the Clockwise is toprovide a storagearchitecturethat supportsthe storage and retrieval of ...
Peter Bosch, Sape J. Mullender, Pierre G. Jansen
VLDB
1993
ACM
73views Database» more  VLDB 1993»
15 years 1 months ago
A Model of Methods Access Authorization in Object-oriented Databases
Object-oriented databases are a recent and important development and many studies of them have been performed. These consider aspects such as data modeling, query languages, perfo...
Nurit Gal-Oz, Ehud Gudes, Eduardo B. Fernán...
DC
2006
14 years 9 months ago
On the inherent weakness of conditional primitives
Some well-known primitive operations, such as compare-and-swap, can be used, together with read and write, to implement any object in a wait-free manner. However, this paper shows ...
Faith Ellen Fich, Danny Hendler, Nir Shavit
PODC
1990
ACM
15 years 1 months ago
Composite Registers
We introduce a shared data object, called a composite register, that generalizes the notion of an atomic register. A composite register is an array-like shared data object that is...
James H. Anderson
PLDI
2011
ACM
14 years 17 days ago
Safe optimisations for shared-memory concurrent programs
Current proposals for concurrent shared-memory languages, including C++ and C, provide sequential consistency only for programs without data races (the DRF guarantee). While the i...
Jaroslav Sevcík