<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bitan Sarkar</title>
    <description>The latest articles on DEV Community by Bitan Sarkar (@bitan_sarkar).</description>
    <link>https://dev.to/bitan_sarkar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4086243%2F0aa53c69-91ca-4c91-9a1e-0b8f0662ffaf.jpg</url>
      <title>DEV Community: Bitan Sarkar</title>
      <link>https://dev.to/bitan_sarkar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bitan_sarkar"/>
    <language>en</language>
    <item>
      <title>A 5ms Blocking Call Took My Service From 17,189 to 549 req/s</title>
      <dc:creator>Bitan Sarkar</dc:creator>
      <pubDate>Wed, 26 Aug 2026 14:12:45 +0000</pubDate>
      <link>https://dev.to/bitan_sarkar/a-5ms-blocking-call-took-my-service-from-17189-to-549-reqs-48de</link>
      <guid>https://dev.to/bitan_sarkar/a-5ms-blocking-call-took-my-service-from-17189-to-549-reqs-48de</guid>
      <description>&lt;p&gt;A 5 millisecond blocking call. Nobody would call that slow. It passes code&lt;br&gt;
review and looks fine in a trace.&lt;/p&gt;

&lt;p&gt;On a Tomcat worker thread, my service did 17,189 req/s while an unrelated&lt;br&gt;
endpoint answered in 0ms. The identical call on a Netty event loop: 549 req/s,&lt;br&gt;
and that same unrelated endpoint went to 217ms.&lt;/p&gt;

&lt;p&gt;Same call. Same machine. Same JVM. The only difference was which thread it was&lt;br&gt;
allowed to occupy — so I measured it properly against real Netty 4.1 and real&lt;br&gt;
embedded Tomcat 10.1.&lt;/p&gt;

&lt;p&gt;Visit : &lt;a href="https://bitsar.net/blog/tomcat-forgives-blocking-event-loop-doesnt" rel="noopener noreferrer"&gt;https://bitsar.net/blog/tomcat-forgives-blocking-event-loop-doesnt&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>performance</category>
      <category>webflux</category>
      <category>architecture</category>
    </item>
    <item>
      <title>Your speed test is measuring the wrong road</title>
      <dc:creator>Bitan Sarkar</dc:creator>
      <pubDate>Tue, 25 Aug 2026 17:45:39 +0000</pubDate>
      <link>https://dev.to/bitan_sarkar/your-speed-test-is-measuring-the-wrong-road-1ai6</link>
      <guid>https://dev.to/bitan_sarkar/your-speed-test-is-measuring-the-wrong-road-1ai6</guid>
      <description>&lt;p&gt;Two people. One pays for 100 Mbps, the other for 25.&lt;br&gt;
Whose video call stutters?&lt;/p&gt;

&lt;p&gt;My connection: 62 ms idle, 1,530 ms while downloading. Seconds apart.&lt;br&gt;
It speed-tests at 99 Mbps.&lt;/p&gt;

&lt;p&gt;Your first guess is congestion. It isn't congestion.&lt;/p&gt;

&lt;p&gt;Read the full article here: &lt;a href="https://bitsar.net/blog/speed-test-measures-the-wrong-road/" rel="noopener noreferrer"&gt;Your Speed Test Is Measuring the Wrong Road&lt;/a&gt;&lt;/p&gt;

</description>
      <category>networking</category>
      <category>performance</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
