Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to check the time taken by my java app to send the message to GCM.
i have seven reg id for my android app(emulator).
I need to check the time taken to send 700 devices for one message.
I gave the same 7 reg id for 100 times in an array to send gcm. Total time took only 3 secs.
Even for 100 devices im getting same time(3 secs).
Will GCM takes same time for any number of device?
or
I did in a wrong way?

share|improve this question
how can we know? Are you using batch request? or one by one? – Sherif elKhatib Oct 23 '12 at 9:24
700 device in a single batch – Vignesh Oct 23 '12 at 9:26
3 seconds is a very long time except if your connection is bad: sherif.mobi/2012/10/part-ii-how-to-implement-gcm-php-push.html – Sherif elKhatib Oct 23 '12 at 9:28
My experience as stated; It should take less than 1 seconds on a 10mbs connection. You must have some overhead somewhere. The proof is that 100 and 700 are both taking 3 sec! – Sherif elKhatib Oct 23 '12 at 9:29
k thats not a prob, i want to know either to send 100 or 800 device in a single batch, will it take same amount of time? – Vignesh Oct 23 '12 at 9:31
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.