Changes for page Concurrency

Last modified by chrisby on 2024/06/02 15:15

From version 1.3
edited by chrisby
on 2023/11/26 19:47
Change comment: There is no comment for this version
To version 1.5
edited by chrisby
on 2023/11/26 20:27
Change comment: There is no comment for this version

Summary

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.