Process Communication - Push System

Card Puncher Data Processing

About

This is the push in push vs pull

Is that also an Process - Inter Process Communication (IPC)

Documentation / Reference

wiki/Push_technology such as:

  • Long polling: With long polling, the client requests information from the server exactly as in normal polling, but with the expectation the server may not respond immediately. If the server has no new information for the client when the poll is received, instead of sending an empty response, the server holds the request open and waits for response information to become available.





Discover More
Card Puncher Data Processing
Data Processing - Reactive Stream Processing

Reactive Streams is the standard/specification for reactive data processing (ie observer, asynchronous processing) The characteristics are: functional programming fashion non-blocking backpressure...
Card Puncher Data Processing
Event-Data Application

are event-driven application that reports / analyze the immutable event collected (without any notion of a pre-defined lifecycle). An event-driven application is a stateful application that: ingest...
Card Puncher Data Processing
Software Design - Real time

Real time refers to the data latency property of eventual consistency being almost instantaneous. See Real time process have the highest priority They are generally passed over a websocket in dual...
Map Of Internet 1973
What is the WebSocket Protocol?

WebSocket is a protocol that provides full-duplex communication channels over a single TCP connection between: a web client (such as a browser) and a web server. with lower overheads, facilitating...



Share this page:
Follow us:
Task Runner