Thread pool size
If a system has the P processors that have only got the computation type processes (CPU intensive task) then, Max Size = P or P + 1 If a system has to perform I/O operation then, Max Size = P * (1 + W/S) Wait time (W) is the time a thread spends ...
Apr 9, 20231 min read5