首页
社区
课程
招聘
[转帖]Google App Engine SDK 1.7.6
发表于: 2013-3-21 15:46 1753

[转帖]Google App Engine SDK 1.7.6

2013-3-21 15:46
1753
Google App Engine SDK 1.7.6
Google App Engine SDK description
App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow.

The Google App Engine SDK will let you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

You can serve your app using a free domain name on the appspot.com domain, or use Google Apps to serve it from your own domain. You can share your application with the world, or limit access to members of your organization.

App Engine costs nothing to get started. Sign up for a free account, and you can develop and publish your application for the world to see, at no charge and with no obligation. A free account can use up to 500MB of persistent storage and enough CPU and bandwidth for about 5 million page views a month.
Here are some key features of "Google App Engine SDK":

· dynamic web serving, with full support for common web technologies
· persistent storage with queries, sorting and transactions
· automatic scaling and load balancing
· APIs for authenticating users and sending email using Google Accounts
· a fully featured local development environment that simulates Google App Engine on your computer
Requirements:

· Python 2.5 or higher
Limitations:

· Not only is creating an App Engine application easy, it's free! You can create an account and publish an application that people can use right away at no charge, and with no obligation. An application on a free account can use up to 500MB of storage and up to 5 million page views a month.
· During this preview period, only free accounts are available. In the near future, you will be able to purchase additional computing resources at competitive market prices. Free accounts will continue to be available after the preview period.
· During this preview period, you can register up to 3 applications.
· Application resource limits, or "quotas," are refreshed continuously. If your application reaches a time-based quota, such as bandwidth, the quota will begin refreshing immediately at the rate for the given limit. Fixed quotas such as storage use are only relieved when you decrease usage.
· Some features impose limits unrelated to quotas to protect the stability of the system. For example, when an application is called to serve a web request, it must issue a response within a few seconds. If the application takes too long, the process is terminated and the server returns an error code to the user. The request timeout is dynamic, and may be shortened if a request handler reaches its timeout frequently to conserve resources.
· Another example of a service limit is the number of results returned by a query. A query can return at most 1,000 results. Queries that would return more results only return the maximum. In this case, a request that performs such a query isn't likely to return a request before the timeout, but the limit is in place to conserve resources on the datastore.
· Attempts to subvert or abuse quotas, such as by operating applications on multiple accounts that work in tandem, are a violation of the Terms of Service, and could result in apps being disabled or accounts being closed.
What's New in This Release: [ read full changelog ]

· The new and improved development appserver, which was previewed last release, now becomes the default. The old development appserver has been renamed to old_appserver.py and will remain available until the first release after 1 July 2013 when it will be removed from the SDK.
· A Go runtime has been added to the new and improved development appserver.
· The Debug log level for the runtime has been enabled.
· Improvements to the App Engine billing system will be rolled out gradually to all apps.
· The application summary no longer displays the default version of a running application, instead it lists the application as 'RUNNING'. In an upcoming release applications will have multiple logical sub components, each of which will have a default version. This UI update is meant to align with this functionality.
· Projection queries are now a fully supported GA feature.
· The XMPP API now has multi-JID get_presence. This provides the ability to get the availability of multiple users.

External Mirror 1 - Java
http://www.softpedia.com/dyn-postdownload.php?p=97520&t=0&i=1


External Mirror 2 - Python
http://www.softpedia.com/dyn-postdownload.php?p=97520&t=0&i=2

External Mirror 3 - Go! x86
http://www.softpedia.com/dyn-postdownload.php?p=97520&t=0&i=3


[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 183
活跃值: (1058)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
2
2013-3-21 17:45
0
雪    币: 1644
活跃值: (53)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
thanks a lot!
2013-3-21 18:38
0
游客
登录 | 注册 方可回帖
返回
//