Fix text about threads on homepage
authorRyan Dahl <ry@tinyclouds.org>
Thu, 17 Jun 2010 22:38:02 +0000 (15:38 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 17 Jun 2010 22:38:02 +0000 (15:38 -0700)
doc/index.html

index 1df4b4e4ea9d1fd230dbeef161f4164bbf218838..5f2b76267ca9adcbe9e9675d9305b4cf87da9663 100644 (file)
@@ -183,8 +183,8 @@ make install</pre>
 
       <p>
         <i>
-          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?
         </i>
         Processes are necessary to scale to multi-core computers, not
         memory-sharing threads. The fundamentals of scalable systems are