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 ...
bikash8848.hashnode.dev1 min read