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

java – 如何在谷歌应用引擎中制作常驻实例?

发布时间:2020-12-15 08:45:13 所属栏目:Java 来源:网络整理
导读:我是否需要为常驻实例付费?可用的信息让我感到困惑?我想为我的 java应用启用“永远在线”功能.谢谢. 解决方法 您确实需要为驻留实例付费 – 只需将最小空闲实例数设置为您想要的多个常驻实例(3类似于“始终开启”功能).有关应用程序页面(您在其中设置)的空
我是否需要为常驻实例付费?可用的信息让我感到困惑?我想为我的 java应用启用“永远在线”功能.谢谢.

解决方法

您确实需要为驻留实例付费 – 只需将最小空闲实例数设置为您想要的多个常驻实例(3类似于“始终开启”功能).有关应用程序页面(您在其中设置)的空闲实例的一些信息:

The Idle Instances slider allows you to control the number of idle instances available to the default version of your application at any given time. Idle Instances are pre-loaded with your application code,so when a new Instance is needed,it can serve traffic immediately. You will not be charged for idle instances over the specified maximum. A smaller number of idle Instances means your application costs less to run,but may encounter more startup latency during load spikes.

(编辑:李大同)

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

    推荐文章
      热点阅读