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 .