断开连接后保持 RDP 会话活动
也许有更好的方法。这就是我想做的。 我日夜使用基于 Web 服务器/浏览器的应用程序和 SQL 数据库连接和下载报价。如何将此会话移至我的 Web 服务器,以便我不必使用本地资源来管理此过程?当我使用 RDP 连接到我的 Web 服务器时,当我退出时,它当然会注销所有应用程序(包括 Web 浏览器)。 感谢您的帮助和建议。 克雷格
Maybe there is a better way. Here is what I want to do.
I connect and download quotes all day and night using Web Server / Browser Based Application and SQL Database. How can I move this session to my web server so I do not have to use local resources to manage this process? When I connect to my Web Server using RDP, it will, of course, log me off all applications (including web browser) when I exit.
Thank for help and advice.
Craig
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 RDP,您不应该被注销。即使您关闭 RDP,会话也应该保留。但是,如果您想在服务器上执行自动重复任务,您应该研究 cron 作业、服务或守护进程,而不是依赖于正在运行的应用程序的用户会话。
With RDP you should not be logged off. The session should remain even if you close RDP. But if you want to perform automatic repetitive tasks on a server, you should look into cron jobs, services or daemons, instead of relying on a user session with a running application.