diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-10-11 01:09:45 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-10-11 01:09:45 +0200 |
commit | b0c02a6ac45b2c2c22ad5e242c1bbca46a79002f (patch) | |
tree | ec1bfa157abad700d05b8616bd196f9eeee99f6e /ipc.mdwn | |
parent | 83910c09866b46d2a8e3ba9e857e0d9f7ed28533 (diff) | |
download | web-b0c02a6ac45b2c2c22ad5e242c1bbca46a79002f.tar.gz web-b0c02a6ac45b2c2c22ad5e242c1bbca46a79002f.tar.bz2 web-b0c02a6ac45b2c2c22ad5e242c1bbca46a79002f.zip |
ipc: Brian N. Bershad, 1992: The Increasing Irrelevance of IPC Performance for Microkernel-Based Operating Systems.
Diffstat (limited to 'ipc.mdwn')
-rw-r--r-- | ipc.mdwn | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2010, 2011 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -32,6 +32,26 @@ the ability to transfer [[capabilities|capability]] and to use [[virtual_memory] Continue reading about [[Mach's IPC system|microkernel/mach/IPC]]. +<a name="performance"></a> +# Performance + + * {{$performance_irrelevance}} + + # See Also -* [[RPC]] + * [[RPC]] + + +[[!ymlfront data=""" + +performance_irrelevance: + + "Brian N. Bershad, 1992: [The Increasing Irrelevance of IPC Performance for + Microkernel-Based Operating + Systems](http://www.cs.cmu.edu/afs/cs/project/mach/public/www/doc/abstracts/IPCperf.html) + ([doc](http://www.cs.cmu.edu/afs/cs/project/mach/public/doc/published/IPCperf.doc), + [ps](http://www.cs.cmu.edu/afs/cs/project/mach/public/doc/published/IPCperf.ps), + [CiteSeerX](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.51.16))" + +"""]] |