F5F Stay Refreshed Software Operating Systems Discussing multi-user systems involves understanding how multiple users access and share resources simultaneously.

Discussing multi-user systems involves understanding how multiple users access and share resources simultaneously.

Discussing multi-user systems involves understanding how multiple users access and share resources simultaneously.

Pages (2): 1 2 Next
T
ThatMiningGuy
Senior Member
704
04-01-2023, 08:28 PM
#1
I build a highly capable overkill PC. I link several stations, each with a monitor, mice, keyboard, and USB hub. Multiple users can connect and collaborate simultaneously from different locations. The challenge is: how do I achieve this? The solution must run on Windows since these are advanced 3D design tools that only support the platform.
T
ThatMiningGuy
04-01-2023, 08:28 PM #1

I build a highly capable overkill PC. I link several stations, each with a monitor, mice, keyboard, and USB hub. Multiple users can connect and collaborate simultaneously from different locations. The challenge is: how do I achieve this? The solution must run on Windows since these are advanced 3D design tools that only support the platform.

G
GreenUHC
Member
76
04-05-2023, 09:31 AM
#2
Impossible
G
GreenUHC
04-05-2023, 09:31 AM #2

Impossible

S
sphynx121
Junior Member
10
04-22-2023, 10:19 AM
#3
Potential virtual machines that allow remote access from less powerful computers connected via LAN.
S
sphynx121
04-22-2023, 10:19 AM #3

Potential virtual machines that allow remote access from less powerful computers connected via LAN.

N
napoleonkys
Junior Member
6
04-22-2023, 11:01 AM
#4
Softxpand on Windows handles this task effortlessly.
N
napoleonkys
04-22-2023, 11:01 AM #4

Softxpand on Windows handles this task effortlessly.

E
epicderpyface
Member
137
04-23-2023, 02:01 AM
#5
Check out the Wikipedia page on multiseat configurations and the Reddit discussion about it. It's not unusual in my country, but the setup tends to be more complex. I've noticed such arrangements in places like McDonald's. The main issues are: resolution caps at 800x600 or 1024x800, only changes from the main server, no support for 3D hardware acceleration—so no gaming or rendering, just useful for running client-side workstations except with multisheet/document tasks. There have been improvements with newer Intel and AMD solutions that use low power (5-20W) for mid-range use, but these setups are rarely viable anymore. Many people now opt to use tablets or phones at public locations instead. You can try a free trial here: http://www.miniframe.com/products/softxp...Technology
E
epicderpyface
04-23-2023, 02:01 AM #5

Check out the Wikipedia page on multiseat configurations and the Reddit discussion about it. It's not unusual in my country, but the setup tends to be more complex. I've noticed such arrangements in places like McDonald's. The main issues are: resolution caps at 800x600 or 1024x800, only changes from the main server, no support for 3D hardware acceleration—so no gaming or rendering, just useful for running client-side workstations except with multisheet/document tasks. There have been improvements with newer Intel and AMD solutions that use low power (5-20W) for mid-range use, but these setups are rarely viable anymore. Many people now opt to use tablets or phones at public locations instead. You can try a free trial here: http://www.miniframe.com/products/softxp...Technology

F
Fluppi00
Member
64
04-25-2023, 10:20 AM
#6
My responses are quite general. If you mean updating the same document on various connected devices, it feels like cloud computing. It helps streamline tasks like documents or presentations, but working together in 3D environments can be slow and hard to manage. Each person usually focuses on one task to avoid confusion later. When something fails, you review what went wrong and fix it. If you're building a system for rendering, setting up a dedicated farm with powerful machines makes more sense than using a single overpowered PC. Using multiple less powerful machines together is still an option but isn't as common these days.
F
Fluppi00
04-25-2023, 10:20 AM #6

My responses are quite general. If you mean updating the same document on various connected devices, it feels like cloud computing. It helps streamline tasks like documents or presentations, but working together in 3D environments can be slow and hard to manage. Each person usually focuses on one task to avoid confusion later. When something fails, you review what went wrong and fix it. If you're building a system for rendering, setting up a dedicated farm with powerful machines makes more sense than using a single overpowered PC. Using multiple less powerful machines together is still an option but isn't as common these days.

L
live77
Member
194
04-26-2023, 11:51 PM
#7
I completely misread the question. There are more PCs linked to the primary system, not just peripherals.
L
live77
04-26-2023, 11:51 PM #7

I completely misread the question. There are more PCs linked to the primary system, not just peripherals.

E
Eusebio06
Senior Member
595
04-27-2023, 12:38 PM
#8
For a professional setup, a VM cluster is likely the best choice. A single system equipped with two E5 processors and 128-256GB of RAM running HyperV can serve as a base. Smaller machines connect via RDP to access virtual Windows 7/8 Pro environments, each allocated specific resources like 4 cores and 16-32GB of RAM. This approach can also be implemented using thin clients based on the requirements.
E
Eusebio06
04-27-2023, 12:38 PM #8

For a professional setup, a VM cluster is likely the best choice. A single system equipped with two E5 processors and 128-256GB of RAM running HyperV can serve as a base. Smaller machines connect via RDP to access virtual Windows 7/8 Pro environments, each allocated specific resources like 4 cores and 16-32GB of RAM. This approach can also be implemented using thin clients based on the requirements.

N
Nashiko57
Senior Member
485
04-27-2023, 02:11 PM
#9
Sharing storage is easy. What you're referring to would need a virtual machine for every user and likely a thin client to connect. This is what kiosks handle—it's better to create mid-range PCs for each person.
N
Nashiko57
04-27-2023, 02:11 PM #9

Sharing storage is easy. What you're referring to would need a virtual machine for every user and likely a thin client to connect. This is what kiosks handle—it's better to create mid-range PCs for each person.

F
FreakingSain
Junior Member
28
04-27-2023, 03:36 PM
#10
IOMMU, definitely feasible so. Start with step 1) verify your hardware supports AMD-Vi or Intel VT-d – if it does, it’s likely already enabled. For Intel users, proceed to step 2) switch away from Windows as the primary OS; it’s time to explore Linux. In step 3) install libvirt, QEMU-KVM, and Virt-Manager. At step 4) configure your Linux host with PCI-Stub support. Make sure multiple GPUs are recognized by the PCI-Stub. Step 5) build a Windows VM, configure it, and run it. Then clone the setup. In step 6) add peripherals like GPU, keyboard, mouse. Disable VNC and VGA displays. By step 7) launch the VM, it should function independently with its own keyboard, mouse, GPU, etc. Basic guidance, but you’ve got it. Multiple GPUs running VMs on one power unit is possible.
F
FreakingSain
04-27-2023, 03:36 PM #10

IOMMU, definitely feasible so. Start with step 1) verify your hardware supports AMD-Vi or Intel VT-d – if it does, it’s likely already enabled. For Intel users, proceed to step 2) switch away from Windows as the primary OS; it’s time to explore Linux. In step 3) install libvirt, QEMU-KVM, and Virt-Manager. At step 4) configure your Linux host with PCI-Stub support. Make sure multiple GPUs are recognized by the PCI-Stub. Step 5) build a Windows VM, configure it, and run it. Then clone the setup. In step 6) add peripherals like GPU, keyboard, mouse. Disable VNC and VGA displays. By step 7) launch the VM, it should function independently with its own keyboard, mouse, GPU, etc. Basic guidance, but you’ve got it. Multiple GPUs running VMs on one power unit is possible.

Pages (2): 1 2 Next