Concurrency

Why Reactive Programming Helps Save Huge Infra Cost
Why reactive programming could save you huge infra costs?
||, , ,
Modern services in cloud and edge environments must be resource-efficient to increase deployment density and reduce costs. This need for optimal cloud infra usage is why reactive programming gaining popularity. For instance, CPU usage of 80-90% is good. However, if...
continue reading
Race Condition – Java Concurrency Problems
||
Race condition is one of the famous concurrency problems that every developer encounters when working in concurrent programming. Race condition may lead to inconsistent state of the system. The article explains race condition and its types with examples, root causes...
continue reading