Java Reference
In-Depth Information
Engine development, and interacting with a Google Talk user will be one of those
examples. Let's take a quick look at how the XMPP quota calculates these metrics.
XMPP API Calls : The total number of times the applications accesses
the XMPP service.
XMPP Data Sent : The amount of data sent by the XMPP service. As
with the other data metrics, this counts toward your Outgoing
Bandwidth quota.
XMPP Recipients Messaged : Each time you communicate with a
recipient over the XMPP service, App Engine subtracts from this
quota measurement.
XMPP Invitations Sent : To initiate a chat with another party you may
need to send invitations. This metric represents the total number of
invitations sent by the application.
Image Manipulation
To manipulate image data, you can use App Engine's dedicated Images service,
which allows you to resize, rotate, flip, and crop images. You can use the Images
service to construct a composite of multiple images and convert images from one
format to another. The service also provides a predefined algorithm for photo
enhancements. These Images service features count against the following quota. The
exact measurements are listed in Table 2-8.
Table 2-8. App Engine Quotas for the Images Service
Resource
Daily Limit
(Free)
Maximum Rate
(Free)
Daily Limit
(Billing Enabled)
Maximum Rate
(Billing Enabled)
Image Manipulation
API Calls
864,000
calls
4,800 calls / min
45M calls
31,000 calls
Data Sent to API
1GB
5MB / min
560GB
400MB / min
Data Received
from API
5GB
28MB / min
427GB
300MB / min
Transformations
executed
2.5M
transforms
14,000
transforms / min
47M
transforms
32,000 transforms
/ min
 
Search WWH ::




Custom Search