<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scalability on Nalar</title>
    <link>https://nalar.dev/tags/scalability/</link>
    <description>Recent content in Scalability on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/scalability/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Designing Stateless Web Services for Horizontal Scaling</title>
      <link>https://nalar.dev/stateless-services-horizontal-scaling/</link>
      <pubDate>Tue, 01 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/stateless-services-horizontal-scaling/</guid>
      <description>&lt;p&gt;Horizontal scaling adds application replicas instead of making one machine larger. The load balancer can send each request to any healthy instance, which only works reliably when instances do not depend on unique local state.&lt;/p&gt;&#xA;&lt;p&gt;&amp;ldquo;Stateless&amp;rdquo; does not mean the application has no state. It means durable or shared state lives outside an individual process so any replica can continue serving the workload.&lt;/p&gt;&#xA;&lt;h2 id=&#34;identify-hidden-local-state&#34;&gt;Identify hidden local state&lt;/h2&gt;&#xA;&lt;p&gt;A service may appear stateless while depending on:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
