Loading…

Using interpreted CompositeCalls to improve operating system services

A large number of protection domain crossings and context switches is often the cause of bad performance in complex object‐oriented systems. We have identified the CompositeCall pattern which has been used to address this problem for decades. The pattern modifies the traditional client/server intera...

Full description

Saved in:
Bibliographic Details
Published in:Software, practice & experience practice & experience, 2000-05, Vol.30 (6), p.589-615
Main Authors: Ballesteros, F. J., Jimenez, Ricardo, Patiño, Marta, Kon, Fabio, Arevalo, Sergio, Campbell, Roy
Format: Article
Language:English
Subjects:
Citations: Items that this one cites
Online Access:Get full text
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:A large number of protection domain crossings and context switches is often the cause of bad performance in complex object‐oriented systems. We have identified the CompositeCall pattern which has been used to address this problem for decades. The pattern modifies the traditional client/server interaction model so that clients are able to build compound requests that are evaluated in the server domain. We implemented CompositeCalls for both a traditional OS, Linux, and an experimental object‐oriented μkernel, Off++. In the first case, we learned about implications of applying CompositeCall to a non‐object‐oriented ‘legacy’ system. In both experiments, we learned when CompositeCalls help improving system performance and when they do not help. In addition, our experiments gave us important insights about some pernicious design traditions extensively used in OS construction. Copyright © 2000 John Wiley & Sons, Ltd.
ISSN:0038-0644
1097-024X
DOI:10.1002/(SICI)1097-024X(200005)30:6<589::AID-SPE307>3.0.CO;2-K