Except it can't do that. What Valve is claiming the SteamOS will do is functionally remote desktop over LAN. Inputs from the steam box or w/e gets sent to the host machine, and the host machine responds with the graphics to display.Strazdas said:yes and steam should be using remote desktop way of doing its streaming. It is still a remote client connecting as you still need a machine locally at your TV, just not a powerful enough to run the game.
Because it's not?Strazdas said:Now i dont know where you got the idea that multiple users are not supported on regular versions because i have used it on Pro and corporate editions. And it did not create any clashes as far as im aware. and even if you were right what exactly is making steam nota ble to function in the same manner as, say, the server?
You can absolutely do remote desktop to pretty much any Windows machine, assuming the network allows it. It does not allow for someone to be using the host machine without conflicts except in server editions of Windows.
The reason it works this way is rather complicated, but the gist of it is that you are confusing Terminal/Server connections with "Remote Desktop". The former is a one-to-many relationship, where one server can handle inputs and commands from N terminals (N being some arbitrary number). It does this by putting the bulk of the processing on the terminal machines and the server predominantly only handling the data I/O to keep it consistent across terminals. There's always exceptions, but that's the general use.
On the other hand, "Remote Desktop" is literally only a remote view of the Windows desktop. It's functionally equivalent to dropping a really long DVI cable from the machine to whatever monitor you happen to be looking at. There's no synchronous multi-user there at all. You can have two people using the same machine that way, but each of their inputs would be fighting against the other's (Especially the mouse) and neither would be able to actually get anything done.
Like I said earlier, you appear to be fundamentally misunderstanding the way computers and Windows in particular operates. What you are insisting they do is definitely possible, but it's not a plausible option for 99.9% of the target userbase.