Wpis z mikrobloga

AWS runs ~50 threads (for max connection set to 50) node.js runs 1 thread.

Intel Xeon CPU W3540 has 4 cores each with HT => this gives roughly 8 threads (roughly because ab is running on the same machine).

So you say AWS written in a staticly typed language with manual memory management running 50 threads across 8 logical cores is only 2.6x faster than node.js jumping back and forth between loosely typed GC-managed JIT-compiled JavaScript and C++ in a single thread?

Who trumped who I wonder...

#nodejs
  • 1
  • Odpowiedz