| Title | Using Interpreted CompositeCalls to Improve Operating System Services |
| Publication Type | Journal Article |
| Year of Publication | 2000 |
| Authors | Ballesteros, Francisco, Jimenez Ricardo, PatiƱo Marta, Kon Fabio, Arevalo Sergio, and Campbell Roy |
| Journal | Software, Practice & Experience |
| Volume | 30 |
| Issue | 6 |
| Pagination | 589-615 |
| Publication Language | eng |
| Keywords | design patterns, CompositeCall, extensibility, operating systems |
| Abstract | 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 ukernel, 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. |
| Citation Key | 352 |
Using Interpreted CompositeCalls to Improve Operating System Services
Submitted by rhc on Thu, 03/26/2009 - 22:28
- Login to post comments