Skip to content

Commit

Permalink
Update multi-core text on index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 7, 2011
1 parent a936681 commit 6a83df0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,12 @@ <h2 id="about">About</h2>
But what about multiple-processor concurrency? Aren't threads
necessary to scale programs to multi-core computers?
</i>
You can start new processes via <code>child_process.fork()</code>
You can start new processes via
<a href="http://nodejs.org/docs/latest/api/child_processes.html#child_process.fork"><code>child_process.fork()</code></a>
these other processes will be scheduled in parallel.
For load balancing incoming connections across multiple processes
use <a href="http://nodejs.org/docs/latest/api/cluster.html">the
cluster module</a>
</p>

<p>
Expand Down

0 comments on commit 6a83df0

Please sign in to comment.