Is ( Runtime.getRuntime().availableProcessors() + 1 ) the correct formula for deciding on optimum thread pool size for production.
Asked
Active
Viewed 59 times
0
-
No, because it depends on the type of workload. – Thilo Jun 20 '16 at 07:33
-
Thanks a lot @Thilo – rahul anand Jun 22 '16 at 05:26