|
|
|
|
|
by alyx
4072 days ago
|
|
You can technically do this today albeit with some overhead. Spin up an Azure VM, install all the apps you desire and configure it as you want. Every other PC you own, becomes just a head display, using RDP you can use a single dedicated VM. The overhead here becomes that you still need to have full blown OS installed on the heads, however their specs can be very limited (compared to the VM). |
|
The closest approximation is connecting multiple web browsers via WebSocket to a self-hosted web application with a responsive user interface, and then using the WebSocket to relay all UI interaction at a fine-grained level. But if you read my blog entry about PAO, you'd recognize that as a facsimile of what I want—an effort to create PAO out of the mish-mash of technologies we have today.
The guts of what Microsoft is building here would be a key building block if something like PAO were to ever materialize. It will be necessary for applications to understand the capabilities of the view as they change. What's missing still is supporting multiple concurrent views with a singular application state and secure network transport for those views.