加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Java > 正文

Google App Engine如何预编译Java?

发布时间:2020-12-15 01:12:14 所属栏目:Java 来源:网络整理
导读:App Engine uses a precompilation process with the Java bytecode of an app to enhance the performance of the app in the Java runtime environment. Precompiled code functions identically to the original bytecode. 有什么详细信息吗? 最佳答案

App Engine uses a “precompilation” process with the Java bytecode of an app to enhance the performance of the app in the Java runtime environment. Precompiled code functions identically to the original bytecode.

有什么详细信息吗?

最佳答案
我在googlegroups message中发现了这个:

Yes,pre-compilation reduces the time to load an application. This will
benefit you on your first request after a deploy,after you’ve been cycled
out or if more application instances are created to scale up with your load.
You will see up to 30% improved loading time on your first request.
Pre-compilation works by doing a bit of class loading work ahead of time in
the App Engine environment before the request comes in.

因此,预编译似乎是关于优化加载时间,而不是运行时性能.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读