Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Using the Mach Communication Primitives in X11

Michael Ginsberg, Robert V. Baron, and Brian N. Bershad, Carnegie Mellon University

We have modifed the X11 windowing system to use the native communication facilities of the Mach 3.0 microkernel. Our new implementation can rely on Mach's low overhead IPC facility as a direct replacement for sockets, or it can use shared memory as a transport between X11 clients and the server. On conventional BSD Unix systems, X11 communication is done through sockets. Because a user level process implements Unix functionality on top of Mach 3.0, a socket-based version of X11 performs substantially worse than when running on a monolithic Unix kernel. Using Mach IPC as the transport between X11 clients and the server, X11 performance is slightly better than that of a monolithic system in which sockets are implemented inside the kernel as opposed to within a user level process. Using Mach's shared memory facilities as the transport, we have measured performance improvements of over 40%.

Michael Ginsberg, Carnegie Mellon University

Brian N. Bershad, Carnegie Mellon University

Robert V. Baron, Carnegie Mellon University

BibTeX
@inproceedings {252210,
author = {Michael Ginsberg and Brian N. Bershad and Robert V. Baron},
title = {Using the Mach Communication Primitives in X11},
booktitle = {USENIX Mach III Symposium (USENIX Mach III Symposium)},
year = {1993},
address = {Santa Fe, NM},
url = {https://www.usenix.org/conference/usenix-mach-iii-symposium/using-mach-communication-primitives-x11},
publisher = {USENIX Association},
month = apr
}
Download

Links

Paper: 
http://usenix.org/publications/library/proceedings/mach3/full_papers/ginsberg.ps
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us