Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PA
paholg @lemmy.one
Posts 0
Comments 7
Can the fediverse scale up indefinitely?
  • I'm not sure what you mean by a "network operating system", but monoliths are inherently just as scaleable as services.

    Imagine you have a service architecture, and you are running 2 of service A, 4 of service B, and 8 of service C.

    Alternatively, you could be running a monolith on 14 nodes. Most of the work those 14 nodes will be doing work that would have been covered by service C, it's just spread out in a different way.

  • Can the fediverse scale up indefinitely?
  • There's nothing wrong with a monolith. Microservices are not inherently more scalable. Their advantage is around scaling teams. If anything, a monolith can be more performant as in-process calls are much faster thent network calls.