I am working on testing the throughput for sending push notification using this library. If anyone has any idea in this regard, a little guidance would be a great help. Thanks.
-
about 4 seconds. you would have known, if you read the documentation – XtremeBaumer Mar 15 '18 at 13:39
-
Thanks, I have gone through the documentation, might have missed. could you please help me with the link? – Akash gupta Mar 15 '18 at 14:00
-
https://github.com/relayrides/pushy/wiki/Best-practices – XtremeBaumer Mar 15 '18 at 14:00
1 Answers
Disclaimer: There is only an answer in form of a comment until now.
4s (in words: four seconds) seconds as indicated by XtremeBaumer.
By contrast, if we send notifications as quickly as we can without waiting for a reply (don't worry—the replies will arrive later), we can go much faster. Even though the server still takes 40 milliseconds to get back to us, we can keep working to send more notifications while we wait. In fact, we could theoretically send up to 25,000 notifications per second to the same server and under the same network conditions
Taken from https://github.com/relayrides/pushy/wiki/Best-practices
But be are that there might be other limiting factors in this calculation and this is a theorethical limit. Do a loadtest and you'll know for sure...

- 9,334
- 5
- 57
- 88