From 964ed9739b8984c6b9c78a20804e84c9e354bb1b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 17 Jun 2010 15:38:02 -0700 Subject: [PATCH] Fix text about threads on homepage --- doc/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.html b/doc/index.html index 1df4b4e4ea..5f2b76267c 100644 --- a/doc/index.html +++ b/doc/index.html @@ -183,8 +183,8 @@ make install

- But what about multiple-processor concurrency? Threads are - necessary to scale programs to multi-core computers. + But what about multiple-processor concurrency? Aren't threads + necessary to scale programs to multi-core computers? Processes are necessary to scale to multi-core computers, not memory-sharing threads. The fundamentals of scalable systems are