8705. QPS and Event Loop - draftNode.js
QPS in multi-threading.
1. Queries Per Second(QPS)
Queries-per-second (QPS) is a measure of how much traffic a particular query server is handling at a given time.
1.1 Single Thread

1.2 Two Threads

1.3 Two Threads with Context Switch
