Remove YAWS vs Apache benchmark

http://twitter.com/bascule/status/21626934378
pull/23362/head
Ryan Dahl 2010-08-19 19:24:45 -07:00
parent 81a53e83ab
commit 0c20c588af
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@ make install</pre>
This is in contrast to today's more common concurrency model where This is in contrast to today's more common concurrency model where
OS threads are employed. Thread-based networking is relatively OS threads are employed. Thread-based networking is relatively
inefficient and very difficult to use. See: 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> <a href="http://bulk.fefe.de/scalable-networking.pdf">this.</a>
Node will show much better memory efficiency under high-loads Node will show much better memory efficiency under high-loads