|
|
|
|
|
by Const-me
2137 days ago
|
|
> by more than 10 years Good point. Still, from 2020 both “available for 21 years” and “available for 33 years” more or less equal to “available since forever”. > is a completely different beast than remote desktop systems Pretty much the same. I think you’re confusing remote desktop with VNC, TeamViewer and similar. RDP doesn’t just send bitmaps, it sends GDI draw commands, later versions supplemented them with DirectX9 and D3D11 draw calls. The server implements that by replacing GPU driver with a special version which sends draw commands to connected client, as opposed to rendering stuff on the display. |
|