我的应用程序已经显示:
前端实例时间:
Frontend Instance Hours 62% 62% 17.35 of 28.00 Instance Hours
应用程序.yaml:
version: 1
runtime: python27
api_version: 1
threadsafe: true
inbound_services:
- xmpp_message
- xmpp_presence
- xmpp_subscribe
- xmpp_error
libraries:
- name: django
version: "1.2"
使用 xmpp 服务是否会增加前端实例小时数?我需要 xmpp 服务向 gchat 客户端发送通知。该应用程序每小时处理的请求少于 10 个。如何在 GAE 上优化我的前端实例小时数?
任何有用的资源/教程?