summaryrefslogtreecommitdiff
path: root/ipc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.mdwn')
-rw-r--r--ipc.mdwn24
1 files changed, 22 insertions, 2 deletions
diff --git a/ipc.mdwn b/ipc.mdwn
index ff9a166c..022e0bc4 100644
--- a/ipc.mdwn
+++ b/ipc.mdwn
@@ -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))"
+
+"""]]