-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance Question #47
Comments
@ozgurhangisi I didn't test this library with such big amount of messages. |
@edamov Thanks for the response. So we developed our own http2 library with p12 cert. I can give you some numbers :) with old binary method we were sending 1000 pushes in 11-12 seconds. With our new library we send 50.000 in a second with the same servers. But I didn't test your library. These are our library's numbers. |
@ozgurhangisi Thank you for the information |
@ozgurhangisi Would you be able to share the code you wrote for your high performance solution please? |
@ozgurhangisi Is this something you can share, or share pointers as to how you achieved the throughout? We have similar requirements. |
I posted some stats info here. |
Currently we use old apns method (with pem cert) and we can send 5000 message in a minute per server (we use aws t2.micro servers with 1 GB RAM).
Is http2 method faster than the old one ? Approximately How many pushes can you send in a minute with this library ? (I know it depends on many factors like cpu, network speed etc... But I just need an average number to understand if it's worth to try the new one)
The text was updated successfully, but these errors were encountered: