System Design | Implementation Rule Book | CheatSheet

By Prithvi Atal, Engineer, Driving High-Performance Solutions

Showing posts with label Multithreading. Show all posts
Showing posts with label Multithreading. Show all posts
Thursday, February 3, 2022

›
 Runnable JDK 1.0  new Thread( () -> System.out.println("Runnable") ).start() Callbale Java 5 Callable callable = Executors.cal...
Monday, January 24, 2022

Locking : Best Practices

›
  Read Lock: Read lock allows multiple thread to acquire lock in read method when all the synchronizing threads are using only the read lock...
Sunday, May 10, 2020

Java Concurrency using Read/Write Locking

›
This article talks about how to achive best performance in multi-threading application. Issue with synchronised keyword: -  If multiple t...
Saturday, August 13, 2016

Multi threaded Ping Service

›
Let's create a service that keeps on pinging multiple services and give their status like live,down and so on.. public class PingS...
Sunday, August 23, 2015

Thread Basics - I

›
Thread: Why to use thread? To run task parallel and concurrently To utilise the hardware resource efficiently multi core/mullti cpu+...
›
Home
View web version

About Me

Prithvi Atal
View my complete profile
Powered by Blogger.