• tempest@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 小时前

      The type of request is not relevant. It’s the cost of the request that’s an issue. We have long ago stopped serving html documents that are static and can be cached. Tons of requests can trigger complex searches or computations which are expensive server side. This type of behavior basically ruins the internet and pushes everything into closed gardens and behind logins.

      • Olgratin_Magmatoe@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        10 小时前

        It has nothing to do with a sysadmin. It’s impossible for a given request to require zero processing power. Therefore there will always be an upper limit to how many get requests can be handled, even if it’s a small amount of processing power per request.

        For a business it’s probably not a big deal, but if it’s a self hosted site it quickly can become a problem.

        • jagged_circle@feddit.nl
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          1
          ·
          9 小时前

          Caches can be configured locally to use near-zero processing power. Or moved to the last mile to use zero processing power (by your hardware)

            • jagged_circle@feddit.nl
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              1
              ·
              7 小时前

              Right, thats why I said you should fire your sysadmin if they aren’t caching or can’t manage to get the cache down to zero load for static content served to simple GET requests