Nothing Special   »   [go: up one dir, main page]

skip to main content
10.5555/851041guideproceedingsBook PagePublication PagesConference Proceedingsacm-pubtype
IWOOOS '96: Proceedings of the 5th International Workshop on Object Orientation in Operating Systems (IWOOOS '96)
1996 Proceeding
Publisher:
  • IEEE Computer Society
  • 1730 Massachusetts Ave., NW Washington, DC
  • United States
Conference:
October 27 - 28, 1996
ISBN:
978-0-8186-7692-5
Published:
27 October 1996

Reflects downloads up to 13 Nov 2024Bibliometrics
Abstract

No abstract available.

Article
Foreword
Page .09
Article
Program and Organizing Committees
Page .10
Article
On flexible support for mobile objects
Page 3

CORRELATE is a concurrent object-oriented language with a flexible run time system that enables the instantiation of application specific run time objects. We have exploited this capability in the development of mobile agents for large scale distributed ...

Article
Knowbot Programming: system support for mobile agents
Page 8

Knowbot Programs are mobile agents intended for use in widely distributed systems like the Internet. We describe our experiences implementing security, process migration, and inter-process communication in a prototype system implemented using the object-...

Article
A system architecture for flexible control of downloaded executable content
Page 14

We present an architecture that enables developers to build applications that can flexibly control downloaded executable content. The architecture includes an access control model for representing security requirements and a browser service for deriving ...

Article
Distributed resource monitors for mobile objects
Page 19

We present our position on resource monitoring as three working hypotheses. First, a resource-aware placement of components of a distributed application can provide significant performance gains over a resource-oblivious placement. Second, effective ...

Article
A global atomicity primitive
Page 25

This paper describes a novel mechanism that supports a global atomicity primitive. In distributed systems, it is important that concurrent access to shared data items does not violate some pre-defined notion of consistency. A global atomicity primitive ...

Article
Operating system support for high-performance, real-time CORBA
Page 30

A broad range of applications (such as avionics, telecommunication systems, and multimedia on demand) require various types of real-time guarantees from the underlying middleware, operating systems, and networks to achieve their quality of service (QoS)...

Article
Sparks: coherence as an abstract type
Page 38

Sparks is a protocol construction framework that treats records of coherence actions as abstract types. Sparks' central abstraction is the coherence history, an object that summarizes past coherence actions to shared segments. Histories provide high-...

Article
Communication in GLOBE: an object-based worldwide operating system
Page 43

Current paradigms for interprocess communication are not sufficient to describe the exchange of information at an adequate level of abstraction. They are either too low-level, or their implementations cannot meet performance requirements. As an ...

Article
Constructing IPv6 protocol stack on Apertos
Page 48

The paper discusses the implementation of IPv6 protocol stack on the top of the reflective object oriented operating system, Apertos. The Internet community is working on a transition from IPv4 to a new Internet protocol, IPv6. Though IPv6 has good ...

Article
MetaJava: an efficient run-time meta architecture for Java/sup TM/
Page 54

Adaptability to special requirements of applications is a crucial concern of modern operating system architectures. Reflection and meta objects are means to achieve this adaptability. We report on ideas and experience we obtained while extending the run-...

Article
Fine-grained, dynamic user customization of operating systems
Page 62

Application performance can be improved by customizing the operating system kernel at run time. Inserting application code directly into the kernel avoids the costly protection-domain switches required in traditional interprocess communications. Our ...

Article
Adaptive object management for a reconfigurable microkernel
Page 67

Generic mechanisms and policies provided by the existing operating system kernels cannot satisfy requirements of the current and future applications especially in mobile system environments. An operating system kernel needs to be adaptable, customizable,...

Article
Specialization classes: an object framework for specialization
Page 72

This paper presents an object-oriented framework for specifying specializations in long-running programs such as operating systems. This model is based on the following concepts: Inheritance allows replacement implementations of member functions. We ...

Article
PFS: a distributed and customizable file system
Page 78

In this paper we present our ongoing work on the Pegasus File System (PFS), a distributed and customizable file system that can be used for off-line file system experiments and on-line file system storage. PFS is best described as an object-oriented ...

Article
User-level checkpointing through exportable kernel state
Page 85

Checkpointing, process migration, and similar services need to have access not only to the memory of the constituent processes, but also to the complete state of all kernel provided objects (e.g., threads and ports) involved. Traditionally, a major ...

Article
The measured performance of a fast local IPC
Page 89

Protected application decomposition is limited by the performance of the local interprocess procedure call implementation. In this paper we measure the performance of a new IPC implementation, and show that the cost of IPC can be reduced to the cost of ...

Article
Caches versus object allocation
Page 95

Dynamic object allocation usually stresses the randomness of data memory usage; the variables of a dynamic cache working set are to some degree distributed stochastically in the virtual or physical address space. This interferes with cache architectures,...

Article
Flexible-sized page-objects
Page 102

Demand-paging memory-management systems usually work with pages of fixed size. This is a limitation in systems relying on hierarchies of pagers to build layers of abstract machines. A generalized scheme is presented that allows for pages of flexible ...

Article
Reducing the virtual memory overhead of swizzling
Page 108

Swizzling is a mechanism used by OODBs and persistent object systems to convert pointers from their disk format to a more efficient in-memory format. Previous studies of swizzling have focused on analyzing the CPU overhead of pointer translation and ...

Article
Hoppix-an implementation of a Unix server on a persistent operating system
Page 112

Hoppix-the Unix server on the Grasshopper operating system is being implemented to provide a familiar environment for research and experimentation in persistence. The server is constructed using the basic Grasshopper abstractions: containers, loci, ...

Article
Partitioned garbage collection of a large stable heap
Page 117

This paper describes a new garbage collection scheme for large persistent object stores. The scheme makes efficient use of the disk and main memory and does not delay applications. The heap is divided into partitions that are collected independently ...

Article
Critique of orthogonal persistence
Page 122

Many researchers are pursuing the goal of providing 'orthogonal persistence'. In an orthogonally persistent system, every language-level object in the system can be referenced by the same mechanisms, regardless of longevity or location, with no ...

Article
Components for operating system design
Page 128

Components are being increasingly used in the construction of complex application software. Operating systems suffer from similar software complexities, causing a move to architectures such as micro-kernels. The authors propose a low-overhead technique ...

Article
Object-oriented support for specification of distributed protocols
Page 133

Existing support for distributed software development falls into one of two classes: tool-kits which provide a static set of tools, and system techniques which are quite flexible yet difficult to use. The author presents a technique that combines the ...

Article
An object-oriented framework for modular resource management
Page 138

The authors present a flexible object-oriented framework for specifying modular resource management policies in concurrent systems. The framework generalizes the basic abstractions they originally developed for lottery scheduling. It is independent of ...

Article
A pattern language for porting micro-kernels
Page 144

Micro-kernels are difficult to port to a new hardware platform. During the initial phases of a port, much time and effort is lost on debugging critical machine-dependent subsystems. These subsystems are generally very tightly coupled and cannot be ...

Article
/spl mu/-kernels must and can be small
Page 152

For general acceptance, /spl mu/-kernels must be fast and not burden applications. For fulfilling these conditions, cache architectures require /spl mu/-kernels to be small. The L4 /spl mu/-kernel shows that smallness can be achieved.

Article
A fine-grained protection mechanism in object-based operating systems
Page 156

The paper describes the design and implementation of a flexible, fine-grained protection mechanism for operating systems based on an object/thread model. The mechanism has the following features: (1) it provides fine-grained protection: each thread has ...

Please enable JavaScript to view thecomments powered by Disqus.

Recommendations