`
winzenghua
  • 浏览: 1354153 次
  • 性别: Icon_minigender_2
  • 来自: 广州
文章分类
社区版块
存档分类
最新评论

GAE SDK 1.4.0 发布了!

阅读更多
  • The Always On feature allows applications to pay and keep 3 instances of their application always running, which can significantly reduce application latency.
  • Developers can now enable Warmup Requests. By specifying a handler in an app's appengine-web.xml, App Engine will attempt to send a Warmup Request to initialize new instances before a user interacts with it. This can reduce the latency an end-user sees for initializing your application.
  • The Channel API is now available for all users.
  • Task Queue has been officially released, and is no longer an experimental feature. The API import paths that use 'labs' have been deprecated. Task queue storage will count towards an application's overall storage quota, and will thus be charged for.
  • The deadline for Task Queue and Cron requests has been raised to 10 minutes. Datastore and API deadlines within those requests remain unchanged.
  • For the Task Queue, developers can specify task retry-parameters in their queue.xml.
  • Apps that have enabled billing are allowed up to 100 queues with the Task Queue API.
  • Metadata Queries on the datastore for datastore kinds, namespaces, and entity properties are available.
  • URL Fetch allowed response size has been increased, up to 32 MB. Request size is still limited to 1 MB.
  • The request and response sizes for the Images API have been increased to 32 MB.
  • The total size of Memcache batch operations is increased to 32 MB. The 1 MB limit on individual Memcache objects still applies.
  • The attachment size for outgoing emails has been increased from 1 MB to 10 MB. The size limit for incoming emails is still 10 MB.
  • Size and quantity limits on datastore batch get/put/delete operations have been removed. Individual entities are still limited to 1 MB, but your app may batch as many entities together for get/put/delete calls as the overall datastore deadline will allow for.
  • When iterating over query results, the datastore will now asynchronously prefetch results, reducing latency in many cases by 10-15%.
  • The Admin Console Blacklist page lists the top blacklist rejected visitors.
  • The automatic image thumbnailing service supports arbitrary crop sizes up to 1600px.
  • Overall average instance latency in the Admin Console is now a weighted average over QPS per instance.
  • Added a low-level AysncDatastoreService for making calls to the datastore asynchronously.
  • Added a getBodyAsBytes() method to QueueStateInfo.TaskStateInfo, this returns the body of the task state as a pure byte-string.
  • The whitelist has been updated to include all classes from javax.xml.soap.
  • Fixed an issue sending email to multiple recipients.
  • Revert the default logging level during GWT hosted mode back to INFO.
  • Fixed an issue with OpenId over SSL.

转自:http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes#Version_1.4.0_-_December_02,_2010



本文是使用 B3log Solo简约设计の艺术 进行同步发布的
分享到:
评论

相关推荐

    基于GAE的Demo

    1. 项目配置:如pom.xml(Maven配置文件),包含了项目的依赖信息,如GAE SDK、Struts2、Spring和Tiles的版本。 2. 源代码:包括Action类(Struts2的控制器)、Service和DAO层(Spring管理的业务逻辑和数据访问组件...

    GAE基本建设教程.doc

    4. 使用GAE SDK提供的工具,如`appcfg.py`,按照官方文档的指导将应用上传到你的GAE空间。 **总结** Google App Engine为开发者提供了一种便捷、免费(在一定范围内)的Web应用程序托管解决方案。通过简单的步骤,...

    appengine-java-sdk-1.9.24

    版本号 1.9.24 指示这是 GAE Java SDK 的一个具体版本,发布于 2015 年 7 月 28 日。每个新版本通常会包含 bug 修复、性能优化以及新增或更新的功能。对于这个特定版本,可能包括了对先前版本中已知问题的修复,或者...

    GAE包(以配置好,解压可用)

    描述中提到,“GAE集成程序,共有三个软件包”,这可能包括GAE的SDK(软件开发工具包)、Python解释器以及一些辅助工具。Python是GAE支持的主要编程语言之一,用于编写应用程序。SDU(可能是某种特定的工具或服务)...

    gae-pytorch-master_pytorch_pytorchgae_GAE_自编码器_gaepytorchmaster_

    【标题】"gae-pytorch-master_pytorch_pytorchgae_GAE_自编码器_gaepytorchmaster_" 提供的信息表明,这是一个使用PyTorch实现的图自编码器(Graph Autoencoder, GAE)项目,其核心是将自编码器的概念应用于图数据。...

    让gae支持php的方法

    4. **上传和部署**:将你的PHP源代码和`app.yaml`一起打包,并使用GAE SDK的`appcfg.py`工具将应用上传到GAE。 5. **测试运行**:部署完成后,你可以访问应用的URL来测试PHP是否正常工作。如果一切配置正确,...

    GAE Struts2配置

    6. **测试与调试**:在本地开发环境中使用GAE SDK进行测试是非常重要的,确保你的应用在部署到生产环境之前能够在模拟的GAE环境中正常工作。你还需要使用GAE的控制台来监控应用的性能和错误日志。 7. **源码分析**...

    gae_in_pytorch-master_GAE_

    **图形自动编码器(GAE)在PyTorch中的实现** **一、GAE概述** 图形自动编码器(Graph Autoencoder, GAE)是一种应用于图数据的深度学习模型,它结合了自动编码器(Autoencoder)的思想与图神经网络(Graph Neural...

    GAE blog安装

    1. **Google App Engine环境设置**:首先,你需要在本地机器上安装Google Cloud SDK,这是一个包含所有必要的工具来与GAE交互的软件开发套件。通过SDK,你可以使用命令行工具`gcloud`进行项目创建、部署和管理。 2....

    GAE使用规则

    GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则GAE使用规则

    GAE入门教程.pdf

    通过这个入门教程,你将学会如何使用 GAE 构建一个完整的 web 应用,包括基础的页面显示、用户认证、数据存储、表单处理和应用发布。这个教程覆盖了 GAE 开发的关键概念和技术,是学习 GAE 开发的良好起点。

    jiql 允许你的应用在GAE上使用SQL语句

    This file comes with the GAE SDK. * Edit jiql.jsp accordingly. * Test jiql with the jiql.jsp 发布版本: 2010年1月4日修正版下载 更新地址:http://red-power.appspot.com 注意关注新版本

    在GAE中使用django模板

    8. **测试与部署**:在本地运行GAE开发服务器进行测试,确认一切正常后,使用GAE SDK的命令行工具将应用上传到Google云进行部署。 标签中的"源码"提示我们关注实际的代码实现,而"工具"可能指的是GAE SDK和Django这...

    关于GAE的教程、工具与文档(建站)

    1. **开发环境设置**:首先,你需要安装Google的SDK,它包含了必要的开发工具,如SDK管理器、App Engine SDK和本地开发服务器。这使得开发者可以在本地环境中测试和调试应用,确保在部署到云端前一切正常。 2. **...

    spring+gae

    【标题】"Spring+GAE"揭示了将Google App Engine(GAE)与Spring框架集成的主题,这是一个在云端运行Java应用程序的关键技术组合。Spring是一个广泛使用的开源Java框架,提供了依赖注入、面向切面编程和MVC(模型-...

    GAE入门教程

    pass之GAE入门教程, 学习GAE

    GAE之webapp框架

    ### GAE之webapp框架详解 #### 一、引言 在Google App Engine (GAE) 平台上进行Web应用开发时,选择合适的框架对于提高开发效率至关重要。其中,`webapp` 框架因其简洁高效而备受开发者青睐。本篇文章将详细介绍`...

    GAE上groovy初尝试

    4. **环境配置**:配置GAE和Groovy开发环境,需要安装Google Cloud SDK、设置GAE SDK,以及确保IDE支持Groovy语言。可能还需要配置相应的构建工具,如Gradle或Grails。 5. **项目结构**:“gaedemo”项目可能包含...

Global site tag (gtag.js) - Google Analytics