响应式轻量级远程 GUI 连接
目前我知道几种远程连接到 GUI 或远程运行 GUI 应用程序的方法:
- Microsoft Terminal Services(仅 适用于远程窗口; 安装);
- VNC(速度很慢);
- XDMCP(需要远程 X 服务器 正在运行,没有会话持久性);
- 本地 X 作为远程 DISPLAY 应用程序(最好的解决方案,但是 - 无会话持久性)。
我们正在尝试为我们的开发人员创建可以替代本地工作站的 Solaris 开发环境。 因此,要求之一是会话持久性和/或会话移动性。 另一个要求是速度要快,并且必须在 Solaris/UNIX 上运行。
有没有轻量级的解决方案来解决这个问题?
Currently I know several methods of connecting to a GUI remotely, or running GUI applications remotely:
- Microsoft Terminal Services (only
works for remote windows;
installation); - VNC (it's slow);
- XDMCP (requires a remote X server
running, has no session persistance); - Local X as remote DISPLAY for
applications (best solution, but -
no session persistance).
We are trying to create Solaris development environments that can replace local workstations for our developers. So one of the requirements is session persistence, and/or session mobility. And another requirement is for it to be fast, and it has to run on Solaris/UNIX.
Are there any lightweight solutions for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NoMachine (http://www.nomachine.com/) 或 FreeNX (http://freenx.berlios.de/) 听起来像你想要的。 快速,如果您的连接断开,仍可保持会话,甚至可以通过 SSH 工作,以便您的连接被加密。
Either NoMachine (http://www.nomachine.com/) or FreeNX (http://freenx.berlios.de/) sounds like what you want. Fast, keeps session if your connection drops and even works over SSH so your connections are encrypted.