共享托管和专用托管相对于云托管的限制
这可能是一个非常基本的问题,但我想在这里确认一下。我不确定如何准确地谷歌这个,因此这里的问题。
这些事情可以通过像 godaddy 和 hostgator 这样的提供商提供的传统网络托管来实现吗?他们只为我们提供 cpanel 和 ftp 访问权限。
我的应用程序需要侦听传入的邮件回复并对其进行处理,并将响应添加到数据库中。因此,shell 中应该有一些手动脚本配置。
应该有一个脚本必须保持运行来检查数据库中的某种模式并对数据进行一些处理。例如,假设有一个脚本必须继续运行,并查看数据库中是否出现特定的数据模式。通常,Web 应用程序范围在浏览器客户端连接到它时开始,并在客户端终止时结束。但无论客户端如何,该脚本都必须运行。另一个例子是在达到特定阈值后,它会选择用户并向他们发送邮件之类的东西。
我确信这需要 rakespace 或亚马逊提供的云托管,我们可以完全访问服务器操作系统,在其中我们可以手动安装 Web 服务器并自己完成所有操作。但我只是想确认一下。我还想了解如何实施上述几点。
This could be a very basic question but i want to confirm here. Im not sure how to exactly google this hence the question here.
Are these things possible with the traditional web hosting that providers like godaddy and hostgator provide where they give us only a cpanel and ftp access.
My application will need to listen for incoming mail replies and process them and add the responses to the DB. So there should be some kinda manual script configuration in the shell.
There should be a script which must keep running to check the DB for somekind of patterns and do some processing on the data. Say for example a script that must keep on running and see if there is a specific pattern of data occuring in the DB. Generally the web apps scope starts when a browser clients connects to it and ends when the client terminates. But this script must be running irrespective of the client. One other example is after a specific threshold it selects users and fires mail to them and stuff like that.
I am sure that this needs cloud hosting provided by rakespace or amazon where we have full access to the servers os where we can manually install the web server and do everything ourself. But i just want to confirm it. Also i would like pointers on how to go about implementing the above points.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不一定需要云托管,但听起来您需要某种具有 root 权限的专用计算机。但是,如果这些监控进程不需要实时运行,您可以使用托管提供商,该提供商允许您访问 cron 并每隔几分钟运行监控脚本。
You dont necessarily need Cloud hosting, but it sounds like you will need some sort of dedicated machine that you have root on. However if these monitor processes dont need to run in real time you could use a hosting provider that allows you access to cron and just run the monitoring scripts every few minutes.