Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

load testing apple push notification server application

Tags:

ios

push

I have developed a server application which can send push messages to apple servers. I've tested it with couple of devices and i'm able to get the messages on the device. The problem is , i have no way to know how my application will perform when i have around a million devices in my database. Is there a way to load test your server application in this scenario.

like image 575
prashant Avatar asked Mar 09 '12 15:03

prashant


1 Answers

Couldn't you use test data? You could fill your database with a test script. Like random device-IDs..? The Apple APS of course won't accept the messages, but you could test your capacities, couldnt you?

like image 76
calimarkus Avatar answered Oct 20 '22 23:10

calimarkus