diff --git a/doc/about/index.html b/doc/about/index.html index 612369ea3ac..abafc77c08f 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -31,7 +31,7 @@
But what about multiple-processor concurrency? Aren't
threads necessary to scale programs to multi-core computers?
You can start new processes via child_process.fork()
+ href="http://nodejs.org/api/child_process.html#child_process.fork">child_process.fork()
these other processes will be scheduled in parallel. For load
balancing incoming connections across multiple processes use
- the
+ the
cluster module.
See also:
@@ -122,7 +122,7 @@ console.log('Server running at http://127.0.0.1:1337/');Official API docs detail the node API.
+Official API docs detail the node API.
docs.nodejitsu.com answers many of the common problems people come across.
How To Node has a growing number of useful tutorials.
Stack Overflow node.js tag collects new information every day.
@@ -172,7 +172,7 @@v0.6.12