mirror of https://github.com/nodejs/node.git
parent
81a53e83ab
commit
0c20c588af
|
@ -136,8 +136,7 @@ make install</pre>
|
|||
This is in contrast to today's more common concurrency model where
|
||||
OS threads are employed. Thread-based networking is relatively
|
||||
inefficient and very difficult to use. See:
|
||||
<a href="http://www.sics.se/~joe/apachevsyaws.html">this,</a>
|
||||
<a href="http://www.kegel.com/c10k.html">this,</a> and
|
||||
<a href="http://www.kegel.com/c10k.html">this</a> and
|
||||
<a href="http://bulk.fefe.de/scalable-networking.pdf">this.</a>
|
||||
|
||||
Node will show much better memory efficiency under high-loads
|
||||
|
|
Loading…
Reference in New Issue