Comments on: Multi-Threading in Java – Client Server Application Example https://codinginfinite.com/java-multithreading-client-server-application/ Your infinite Coding Solutions Fri, 11 Oct 2019 05:06:02 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Ahsen Saeed https://codinginfinite.com/java-multithreading-client-server-application/comment-page-1/#comment-4962 Sat, 04 May 2019 07:59:26 +0000 https://codinginfinite.com/?p=2555#comment-4962 @Miu Yes you’re right there’s no comparison of .net core with java API services. But this article is only on show how to connect multiple clients in Java. The real application that I built is on Kotlin with coroutines. Also in Kotlin application instead of creating new thread for every device I create a coroutine.

]]>
By: Miu https://codinginfinite.com/java-multithreading-client-server-application/comment-page-1/#comment-4846 Fri, 03 May 2019 21:38:56 +0000 https://codinginfinite.com/?p=2555#comment-4846 I work for a company with over 3M customers and at least that many smart meters. We chose to do it UDP, rxjava with a store and forward model built on Kafka. With 10 servers, handled the whole load of 1.5M/s.

Then we moved to .net core and now we’re handling the entire load (3M/s) simultaneously with 3 servers and a par identical stack.

]]>