At some point I have to start wondering if Putin pays these sorts of people.

  • Serinus@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    1 day ago

    There’s no way Python and Flask are going to scale as well as Rust. It’s going to require more hardware to run and be able to handle fewer users.

    • db0@lemmy.dbzer0.comM
      link
      fedilink
      arrow-up
      3
      ·
      7 hours ago

      The DB is all that matters. Python can scale very well through parallelization. So long as one doesn’t restrict themselves to one process, there’s really little chokepoint.