zoukankan      html  css  js  c++  java
  • Remote Desktop Related

    There are so many remote desktop software in the market. You can get a list from this wiki page.

    Here, I just want to summarize about MS technology. As we know, we have used remote desktop connection (mstsc.exe, which was named "terminal service client")  on our pcs for remoting to another pc. In LAN, it can do a good job. A fact is that the remote desktop display is rendered on client. Now MS is going to release Remote FX which is an enhancement to RDP (remote desktop protocol, base of Remote desktop connection) to give below new features:

    1. remote desktop display is rendered on the host. So put more computing on the host, which is in the cloud computing direction.. So downgrade client device requirement for getting a excellent desktop experience.
    2. Can allow GPU be shared by VMs. VM can't visit GPU for now (if my understanding is correct.)
    3. Will benefit desktop virtualization a lot. Citrix will enhance its XenDesktop by making use of RemoteFX technology. We will see how much it can enhance the experience.
    Analysis Words from web:

    For those who don't know, RemoteFX is an enhancement to RDP's graphics remoting capabilities. The goal of RemoteFX is to deliver the full modern Windows desktop experience—including multiple displays, Aero, and multimedia—to all types of client devices including very thin, sub-$100 thin clients. RemoteFX does this via a technique known as host-based rendering, which means the entire final composited screen image is rendered on the remote host and then compressed and sent down to the client. (In effect this moves more computing into the datacenter and lessens the importance on specific client devices or client specs.)

    Fundamentally RemoteFX is just a codec (like H.264) that's been written for real-time encodes. (H.264, on the other hand, is meant for content that can be pre-rendered not in real time, like TV shows and movies.)

    There will be several initial ways RemoteFX will function once it's released, including:

    • Full software-based encoders on the host.
    • a GPU/CPU-based encoder (with extensions to Hyper-V to let GPUs be shared between multiple VMs).
    • A custom chip-based encoder, either on a plug-in card or built-in to the host.
  • 相关阅读:
    Ubuntu14.0.4 64位 ADT 连接手机调试问题
    Ubuntu14.0.4 64位安装ADT问题
    Uubntu scrot 的简单使用
    Ubuntu14.0.4 64位安装Chrome浏览器
    Android DatePickerDialog 只选择年月
    Java 正则提取数字串
    客户端HttpClient处理 Servlet Gzip
    Ext常用Tool
    python使用 requirements.txt 管理所需的包
    PyQt5安装及ModuleNotFoundError: No module named 'PyQt5'问题解决
  • 原文地址:https://www.cnblogs.com/taoxu0903/p/1777803.html
Copyright © 2011-2022 走看看