comet : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

comet
Comet is a programming technique that enables web servers to send data to the client without having any need for the client to request it. It is a push technique to use instead of polling to have clients discover new information available at a server. Clients register with the server as interested in given events or results. They do this by making a call to the server that is not returned immediately, but only after something becomes available. It allows creation of event-driven web applications which are hosted in the browser. You might implement it with signed Applets or Java Web Start. Other approached to the problem include polling and the server sending out event notifications to registered listeners (much like Java events). To avoid the overhead of a sleeping socket connection you might use UDP (User Datagram Protocol).

This page is posted
on the web at:

http://mindprod.com/jgloss/comet.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\comet.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.226.166.214]
You are visitor number