运行 在特定日期或时间自动执行服务器操作的最佳(也是最具成本效益的方法)是什么?
What is the best (and most cost effective way) to run automated server operations on a certain day or time by it self?
我正在使用负载平衡器(和服务器)来启动其他服务器以 [=19=] 大型数据库更新和分析等。我为 运行ning 服务器支付了很多钱。我认为这个企业解决方案会花费很多,但我认为我做的事情可能与 "the norm" 略有不同。 "run automated function" 有什么建议吗?任何语言都可以,但如果可能,最好是 PHP、Java、Ruby 或 Python。先谢谢你了。
基本上 运行 您可以使用的最小服务器并使用 crontab,这通常很好。
您可以在 https://softwareengineering.stackexchange.com/questions/171211/execute-code-every-hour
查看更多选项
我正在使用负载平衡器(和服务器)来启动其他服务器以 [=19=] 大型数据库更新和分析等。我为 运行ning 服务器支付了很多钱。我认为这个企业解决方案会花费很多,但我认为我做的事情可能与 "the norm" 略有不同。 "run automated function" 有什么建议吗?任何语言都可以,但如果可能,最好是 PHP、Java、Ruby 或 Python。先谢谢你了。
基本上 运行 您可以使用的最小服务器并使用 crontab,这通常很好。 您可以在 https://softwareengineering.stackexchange.com/questions/171211/execute-code-every-hour
查看更多选项