Google应用程序引擎运行可执行文件
是否可以在谷歌应用程序引擎中运行可执行文件?就像使用 Runtime.exec 一样?
谷歌应用程序引擎文档上有白名单,其中列出了可以使用的类,但未指定类内的函数/。
Is it possible to run executable files in google app engine? Like by using Runtime.exec?
There is whitelist on google app engine documentation which list classes that can be used but functions/ inside the classes are not specified.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,绝对不是。
No, absolutely not.
使 AppEngine 成为可能的唯一因素是 Python 和 Java 环境均由 Google 控制,从而最大限度地减少性能/可扩展性和安全问题。他们甚至不允许使用所有标准的 Java/Python 类,所以想象一下如果他们让人们运行任何可执行文件可能会出现的问题。其中甚至可能是一种病毒!
The only thing that make AppEngine possible is that both the Python and Java environments are controlled by Google so that performance/scability and security issues are minimized. They don't even allow to use all the standard Java/Python classes, so imagine the problems that could arise if they let people run any executable file. One may even be a virus!