Async vs Blocking
+
+ The server is configured with a ThreadPool of 10 threads.
+ Play around with the number of requests and task time to see the effect of async vs blocking.
+
+
+
+ Note: A browser isn't a benchmarking tool, too many requests will yield inaccurate results.
+ In chrome, keeping the console tab open will increase performance for some reason...
+
+
+
{{remainingRequests}} requests remaining
+Results
+Task time (ms) | +Number of requests | +Mode | +Time | +
{{ result.taskTime }} | +{{ result.numberOfRequests }} | +{{ result.mode }} | +{{ Math.round(result.time) }}ms | +