Am Dienstag, den 10.04.2012, 10:15 -0700 schrieb timp: > But at the same time, I am truly annoyed at how slow these web > servers/frameworks are.
Me too. :D I have a small node.js proxy running here, and even when it's just piping through a youtube video (using the normal Stream pipe method) between the browser and youtube, nodes CPU usage goes way over 10%. It takes half of what flash uses. Well, and if you look closer, you can see that e.g. 15% of the time are spend with write completion callbacks which are probably nearly never used. Still, each completed write means that there's a call from C++ land into JS land, a bunch of JS code and a call from JS to C++ (resume input).
signature.asc
Description: This is a digitally signed message part
