Comments on: Java Thread Programming (Part 13) https://jugbd.org/java-thread-programming-part-13/ Java User Group Bangladesh Sat, 12 Feb 2022 19:07:55 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: gava https://jugbd.org/java-thread-programming-part-13/#comment-8 Sat, 12 Feb 2022 19:07:55 +0000 https://foojay.io/?p=52302#comment-8 please upload the next one that is 14
thanks.

]]>
By: Hendrik Pilz https://jugbd.org/java-thread-programming-part-13/#comment-7 Tue, 08 Feb 2022 08:27:58 +0000 https://foojay.io/?p=52302#comment-7 You have to consider the IO load as well. If you have 48 threads, which all start HTTP requests to the same host, the host may slow down, which results into longer response time and thus less performance of your application.

]]>