aboutsummaryrefslogtreecommitdiff
path: root/open_issues/multithreading.mdwn
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-10-04 17:22:17 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-10-04 17:22:17 +0200
commitd0bdae24b59dde1783f928992d414f608a42b266 (patch)
tree052e5254f6207fa384bdddd64b5580d0718b83c4 /open_issues/multithreading.mdwn
parentcf1d668a185777e48faa180f201f58f93dcf3950 (diff)
parent67f614c029ba729a9451e87c4885c198fc10251b (diff)
downloadweb-d0bdae24b59dde1783f928992d414f608a42b266.tar.gz
web-d0bdae24b59dde1783f928992d414f608a42b266.tar.bz2
web-d0bdae24b59dde1783f928992d414f608a42b266.zip
manual merge
Diffstat (limited to 'open_issues/multithreading.mdwn')
-rw-r--r--open_issues/multithreading.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn
index 18fc257e..1fc2c318 100644
--- a/open_issues/multithreading.mdwn
+++ b/open_issues/multithreading.mdwn
@@ -31,6 +31,10 @@ instead they should be scaled according to the backends' characteristics.
The [[hurd/Critique]] should have some more on this.
+[*Event-based Concurrency
+Control*](http://soft.vub.ac.be/~tvcutsem/talks/presentations/T37_nobackground.pdf),
+Tom Van Cutsem, 2009.
+
# Alternative approaches:
@@ -43,7 +47,8 @@ The [[hurd/Critique]] should have some more on this.
* [[Erlang-style_parallelism]]
- * [[!wikipedia Actor_model]]
+ * [[!wikipedia Actor_model]]; also see overlap with
+ {{$capability#wikipedia_object-capability_model}}.
* [libtcr - Threaded Coroutine Library](http://oss.linbit.com/libtcr/)