<?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>Julia Community 🟣: The Two Hedgehog </title>
    <description>The latest articles on Julia Community 🟣 by The Two Hedgehog  (@dudeperfectcanada-343).</description>
    <link>https://forem.julialang.org/dudeperfectcanada-343</link>
    <image>
      <url>https://forem.julialang.org/images/gGpTt7vw_L2AuOx2nDMDVAH6wizdT7UY9Ic6rlquWWE/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly9mb3Jl/bS5qdWxpYWxhbmcu/b3JnL3JlbW90ZWlt/YWdlcy91cGxvYWRz/L29yZ2FuaXphdGlv/bi9wcm9maWxlX2lt/YWdlLzYvOWQwZmM3/MmQtODI2OS00OWQ5/LThlZDYtNWE1MzM0/NzNkOTkzLnBuZw</url>
      <title>Julia Community 🟣: The Two Hedgehog </title>
      <link>https://forem.julialang.org/dudeperfectcanada-343</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.julialang.org/feed/dudeperfectcanada-343"/>
    <language>en</language>
    <item>
      <title>Backend App is Done, Published using single instance of VM, A Guide to Scale?</title>
      <dc:creator>Shadow the Hedgehog</dc:creator>
      <pubDate>Tue, 18 Jul 2023 01:03:09 +0000</pubDate>
      <link>https://forem.julialang.org/dudeperfectcanada-343/backend-app-is-done-published-using-single-instance-of-vm-a-guide-to-scale-651</link>
      <guid>https://forem.julialang.org/dudeperfectcanada-343/backend-app-is-done-published-using-single-instance-of-vm-a-guide-to-scale-651</guid>
      <description>&lt;p&gt;So here's the thing. There is a backend application that contained REST API service. It was already deployed in a VM instance.&lt;/p&gt;

&lt;p&gt;Horizontal Scaling&lt;br&gt;
In order to enable the backend app to serve more connections, is load balancing (instantiate new instances and config NGiNX) the only thing possible?&lt;/p&gt;

&lt;p&gt;Vertical Scaling&lt;br&gt;
Alternative way to enable the backend app to serve more connections, is upgrading the instance spec the only thing possible?&lt;/p&gt;

&lt;p&gt;Other Scaling&lt;br&gt;
Is there something other than horizontal or vertical scaling in order to enable this backend app to serve more connections?&lt;/p&gt;

&lt;p&gt;Something like refactor code to be more efficient by add or change something in the code?&lt;/p&gt;

&lt;p&gt;P.S.&lt;br&gt;
I appreciate any kind of thoughts about this topic.&lt;/p&gt;

</description>
      <category>launch</category>
    </item>
  </channel>
</rss>
