Jump to content

Polling (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by StormTide (talk | contribs) at 01:13, 26 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science the term Polling refers to actively sampling the status of an external device by a client program as a synchronous activity.

An example of polling can be found in many online chat solutions where a server must queue messages and wait to be asked by a client. This is the most common mechanism for chat utilizing the Ajax (programming) web communications technique.