diff options
-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))" + +"""]] |