Questions tagged [push-technology]

Push technology, or server push, is a style of Internet-based communication where the request for a given transaction is initiated by the publisher or central server. It is contrasted with pull/get, where the request for the transmission of information is initiated by the receiver or client.

As discussed in Wikipedia, Push technology involves various methods for a web client to subscribe to events being published on the server, for automatic updating of the client. Methods may involve polling or WebSocket.

3 questions
0
votes
1 answer

diffusion 6.2 C version - disable logging

could anybody tell me how to change logging in the C version of diffusion? By default its set to maximum from what I can see. At startup my executable logs and logs to stdout/stderr, fails to respond to the diffusion servers ping and just ends up…
user3613174
  • 669
  • 1
  • 7
  • 13
0
votes
0 answers

viranode project

ssssssssssssssssssssssssssssssssssssssssssssssdkdshjdfg hdj.fbdfhhfsdf vvnvbnv vmvn vnmbndsjkfjksdfposdfdsfsfdf
vjanu
  • 65
  • 10
0
votes
1 answer

Vaadin 8 PushMode.MANUAL - What is this mode used for?

Vaadin Framework 8 offers built-in support for Push technology as discussed in the manual. We can specify any of three modes, one of which is PushMode.MANUAL, documented as: Push is enabled. A bidirectional channel is established between the client…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154