We have an architecture to send push notifications to android and iOS in php which involves a scheduling process in which data is cooked involving business logic in off peak hours and then sending the notifications. The process of sending notifications takes a lot of time (100000 notifications in 7 hours), which I believe should be much less. To send curl to GCM server we are using multi curl which combines many curl requests in one, thus reducing some time.
Does shifting to some other technology like nodejs will help in reducing time. We dont have node setup as of now, so can someone elaborate the costs involved pertaining to notifications and will it help to reduce the time.
via doubt
No comments:
Post a Comment