Browse Source

Fix text about threads on homepage

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
964ed9739b
  1. 4
      doc/index.html

4
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

Loading…
Cancel
Save