api - Send data quickly to google app engine from android -


i'm looking way fast communication between android phone , google app engine. normal http request taking 1 second or more. there api can use faster communication.

your app engine application experiencing loading requests. if application receiving infrequent traffic or encountering large traffic spikes new instances need initialized (i.e. code need loaded first time). makes requests take longer.

to resolve issue, set number of minimum idle instances (do not alter pending latency or maximum idle instances). if application experiencing traffic spikes, consider enabling warmup requests.


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -