Setup push notifications server

whsecurity

New member
Have anyone setup - install - use push notification server. If yes with which language and how do you overcome with server overhead?
I'm currently developing one and I want to look it from another perspective to be sure I have take everything in mind! :p

My approach is:
Languages: php or and c++, ajax, mysql or firebird.

Overhead:
connection: two ip with different ports and if I can use it udp connection
server overload: multirequest to db and not simple calls
separate data and user data to be sent etc

Any thoughts will be appreciate it :cool:
 

PeaceSigns

New member
Are you pushing notifications to your phone with this set up?

Why not use something like twitter to do it, so that it's not through your system.
 

whsecurity

New member
I'm creating a push notification server for my customers so they can send notifications to their apps.

Any ideas and big no no for the development?