I am building a mobile app using the Channel API (in phonegap). However, I also want to create a browser based client. My question is:
How many simultaneous clients can be handled in a Google App Engine application using the Channel API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The number of simultaneous clients you can have is governed by the number of tokens you request and the duration of each token. By default, tokens are good for two hours and you can request 60 tokens per minute, so you can have 60 * 60 * 2 = 7200 active clients at any one time.
If you need more, contact us here: http://support.google.com/code/bin/request.py?&contact_type=AppEngineCPURequest and we can boost your quotas significantly.