• Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    arrow-up
    26
    ·
    2 days ago

    Is Ruby on Rails known for crashing often? I’ve been a developer for something like 15 years and don’t understand the backend portion of this meme. Am I missing something?

    • kibiz0r@midwest.social
      link
      fedilink
      English
      arrow-up
      40
      ·
      2 days ago

      It’s been ages since I did Rails, but I remember that back then memory leaks were just a fact of life and you had to have a system that monitors the server processes and restarts them when the memory usage gets too high.

      I truly hope that’s not still the case.

      • grrgyle@slrpnk.net
        link
        fedilink
        arrow-up
        5
        arrow-down
        1
        ·
        1 day ago

        Lol with kubernetes et al style container orchestration + service architecture, I’d say this is almost becoming more common. It’s just so easy to automatically recycle a pod if one of the processes starts being too greedy.

        • gravitas_deficiency@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          1
          ·
          edit-2
          1 day ago

          Cattle, not pets.

          But also, stop building stupid and inefficient software. We have these immensely powerful platforms that pervade server farms and consumer devices alike fucking everywhere these days. One of the marked downsides is that now everyone who just wants to finish the MVP and doesn’t care about system efficiency, reliability, and robustness just throws a pile of ass-tier frameworks at the problem and calls it done.

          Use more Rust. It’s good for you. It’s good for the practice of computer science writ large. It’s good for the world.