What does an application have to do in order “support” Remote Desktop Services?

前端 未结 7 1792
情歌与酒
情歌与酒 2020-12-23 10:50

I have a Delphi program that needs to be run via Remote Desktop Services. What should I look out for that would stop it running properly ?

7条回答
  •  -上瘾入骨i
    2020-12-23 11:16

    If this is an enterprise-wide or web-delivered app run by hundreds or thousands of users, pay particular attention to color depth, gradients, and frivilous animations. Especially that last one. A 16x16 spinning "sync" icon won't eat too much bandwidth, but larger things may generate a lot of traffic. Gradients look crappy when the color level goes down, and they don't compress well. Color levels go down when network/system admins need to squeeze more out of the network. You may not be able to control it. These concerns would also apply to Citrix apps, which typically run without a full desktop. One extra consideration with that, is that users won't see the system tray notification area.

提交回复
热议问题