what maximum frequency ( in per minute) , can hit google app engine [ using php ] under free quota app?
you can check limits in gae console.
per-minute quotas protect application consuming of resources in short periods of time, , prevent other applications monopolizing given resource. if application consumes resource , depletes 1 of per-minute quotas, word "limited" appears next appropriate quota on quota details screen in admin console. requests resources have hit per-minute maximum denied.
Comments
Post a Comment