- A web communication technique in which a client repeatedly sends requests to a server at regular, fixed intervals to check for new data, with the server immediately responding whether new data is available. If no new data exists, the server returns an empty or unchanged response, and the client waits for the next interval before sending another request. The approach is simpler to implement than long polling but generates more network traffic and server load.
This term is sponsored by: your name/company?
- Previous term: Shopping cart
- Next term: Short self-contained correct example
- Random term: try…catch (webglossary.info/random 🎲)