I want to host the SMS application in GAE, and all my traffic will come from SMS GATEWAY with one IP address.
Is this normal (I expect 500 dynamic queries / sec)?
Will there be any problems like unusual traffic errors or any other problems?
EDITED
Additional Information:
My users send requests via SMS, which will be redirected to my application from SMS GATEWAY (one IP address).
My application processes these requests and responds via SMS (again via SMS GATEWAY).
I can respond using the FETCH URL (no problem), but I'm worried that if I receive about 500 dynamic requests / sec from one IP address, GAE can block them, considering them a Dos attack (denial of service).
GAE either asks the user to enter captcha in https://www.google.com/accounts/DisplayUnlockCaptcha , or redirect to sorry.google.com and displays an itseems error message if it receives unusual traffic from one IP address. But my users only get access via SMS.
Please review this production problem.
ravi source share