• @ramble81
    link
    64 months ago

    Now what about EUC replacements. That’s the more sticky situation.

    • Possibly linuxOP
      link
      fedilink
      English
      84 months ago

      For those who don’t know, EUC stands for end user computing.

      Why is so hard to setup VMs for employees? Maybe I’m missing something but it seems like a matter of just creating a virtual machine with a GPU attached.

      • @ramble81
        link
        64 months ago

        In our case we have over 1500 employees using it, but only about 500 at a time. It’s an extreme waste of resources to have to provision 3x the hardware rather than use ephemeral systems. Also it’s much easier to patch a “gold” image and recompose entire pools than have to manage all of the systems as if they were full on laptops. Just to name a couple things off the top of my head.

          • @ramble81
            link
            14 months ago

            Yup. That’s another reason we don’t have individual systems. And most thin clients aren’t designed to connect 1:1 to a VM. They usually need a broker of some sort.

        • @SheeEttin@programming.dev
          link
          fedilink
          English
          14 months ago

          Citrix has a product for that don’t they? Pretty sure Microsoft does too, but I’m assuming it’s just in Azure and isn’t as good as third-party products.

          Or if you don’t need the fancy stuff, good old RDS pools still work fine. You could probably write your own automation on top of Proxmox too.

      • @surewhynotlem@lemmy.world
        link
        fedilink
        54 months ago

        Very significantly different performance requirements. The client communication needs tuning for fast UI response. Unified comms (zoom, teams, etc) need to be redirected to avoid bottlenecking through the server. usage patterns aren’t very well distributed (everyone logs in at 8) which means you can’t over subscribe as much.

        It’s very different than a server workload.

        Source: I run 80k of these.