projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6671a
)
Fix text about threads on homepage
author
Ryan Dahl
<ry@tinyclouds.org>
Thu, 17 Jun 2010 22:38:02 +0000
(15:38 -0700)
committer
Ryan Dahl
<ry@tinyclouds.org>
Thu, 17 Jun 2010 22:38:02 +0000
(15:38 -0700)
doc/index.html
patch
|
blob
|
history
diff --git
a/doc/index.html
b/doc/index.html
index 1df4b4e4ea9d1fd230dbeef161f4164bbf218838..5f2b76267ca9adcbe9e9675d9305b4cf87da9663 100644
(file)
--- a/
doc/index.html
+++ b/
doc/index.html
@@
-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