Questions tagged [server-push]

Server push describes a style of Internet-based communication where the request for a given transaction is initiated by the publisher or central server.

Push services are often based on information preferences expressed in advance. This is called a publish/subscribe model.

A client might "subscribe" to various information "channels". Whenever new content is available on one of those channels, the server would push that information out to the user.

E.g. APPLE Push notifications or Android Push notifications.

336 questions
-1
votes
1 answer

Getting error when connecting to APNS using PHP

Warning: Invalid argument supplied for foreach() in /home/content/t/3/k/t3kmast3r/html/PushService.php on line 13 Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195…
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
-1
votes
1 answer

Multithreaded socket server is only working with one request during its lifetime

I have yet another question about my push server. For some reason the server will only accept one connection during it's lifetime. Even after the first connection has been closed, the server won't do anything. I have a suspicion that the thread…
Osmium USA
  • 1,751
  • 19
  • 37
-2
votes
1 answer

How is cell phone located by server in push email

How is a client (cellphone) is located by the server in push email. Does it require an active TCP connection to be maintained by the client ? Does the client need to have a public IP for that ?
Achint Mehta
  • 349
  • 1
  • 5
  • 14
-2
votes
1 answer

Roadmap for Push Notification & C2MD using XMPP

i am planning to implement a push notification into android app , i saw so many threads related to that but i am focusing on using XMPP as i have ejabber installed already. i came across the aSmack library but i am not aware how promising and stable…
Hunt
  • 8,215
  • 28
  • 116
  • 256
-3
votes
1 answer

Why is WebSocket implementation slower than HTTP/2 Push at transferring multiple files? (Node.js / Go)

I've been experiment with WebSockets and HTTP/2 libraries in Node and Go. My basic setup is to create a client and server, repeatedly send a file from the server and measure the time until each file is available at the client. To my surprise, the…
-4
votes
1 answer

how to implement server push (push technology) either http or windows sockets

The question and description has been edited to make the user understand well what i am trying to ask after getting 4 -votes. I have a vps(Virtual dedicated server). I have a desktop application in which i want notifications from the vps…
Jayapal Chandran
  • 10,600
  • 14
  • 66
  • 91
1 2 3
22
23