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,5 +3,3 @@ 1 -Some Notes: 2 - 3 3 * When I/O is the bottleneck of your application, more threads will increase the performance in opposite to when CPU is the bottleneck. 4 4 * Stress Testing: Checking the throughput of an application by sending a huge amount of requests and examining the response times. 5 5 * Isolate concurrent code by putting it in a few separate classes.