Confirmed users
120
edits
(Created page with " == Push Project Requirements == * No open TCP sockets ** In order to reduce network load, clients should not be required to hold a TCP socket open in order to receive notificat...") |
Willyaranda (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Push Project Requirements == | == Push Project Requirements == | ||
* No open TCP sockets | * No open TCP sockets | ||
** In order to reduce network load, clients should not be required to hold a TCP socket open in order to receive notifications. | ** In order to reduce network load, clients should not be required to hold a TCP socket open in order to receive notifications. | ||
** Network operators should be able to use UDP broadcast to 'wake up' client who then | ** Network operators should be able to use UDP broadcast (or other standarized mechanism, like WapPUSH, SMS) to 'wake up' client who then should establish a TCP connection to Push Server. | ||
* Multiple connections (signal verses signal+data) | * Multiple connections (signal verses signal+data) |