<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concurrency on Mayukh Datta</title><link>https://thecoducer.com/tags/concurrency/</link><description>Recent content in Concurrency on Mayukh Datta</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Mayukh Datta</copyright><lastBuildDate>Fri, 12 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://thecoducer.com/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>The Art of Balance - What Concurrency Taught Me About Life</title><link>https://thecoducer.com/2025/12/the-art-of-balance-what-concurrency-taught-me-about-life/</link><pubDate>Fri, 12 Dec 2025 00:00:00 +0000</pubDate><guid>https://thecoducer.com/2025/12/the-art-of-balance-what-concurrency-taught-me-about-life/</guid><description>&lt;p>While debugging a tricky multi-threading issue last week, I had an unexpected realization about life itself.&lt;/p>
&lt;p>Let me explain through three scenarios:&lt;/p>
&lt;h2 class="relative group">Race Condition: When Everyone Acts Without Coordination
&lt;div id="race-condition-when-everyone-acts-without-coordination" class="anchor">&lt;/div>
&lt;span
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
&lt;a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
style="text-decoration-line: none !important;" href="#race-condition-when-everyone-acts-without-coordination" aria-label="Anchor">#&lt;/a>
&lt;/span>
&lt;/h2>
&lt;p>Imagine two chefs cooking the same dish, each adding salt without telling the other. The result? An inedible meal. Nobody wins.&lt;/p>
&lt;p>In code, this happens when multiple threads/processes access shared data simultaneously, and the final result depends on the unpredictable timing/order of execution. The outcome is unpredictable chaos.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://thecoducer.com/2025/12/the-art-of-balance-what-concurrency-taught-me-about-life/feature.jpg"/></item></channel></rss>