Changes for page Concurrency
Last modified by chrisby on 2024/06/02 15:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 +Some Notes: 2 + 1 1 * When I/O is the bottleneck of your application, more threads will increase the performance in opposite to when CPU is the bottleneck. 2 2 * Stress Testing: Checking the throughput of an application by sending a huge amount of requests and examining the response times. 3 3 * Isolate concurrent code by putting it in a few separate classes.