:: Home     :: Add Questions
Register   |   Login
 

Question :: Does Java have support for Comet style server-side push?

Post Answer

Tags

Answers to ""

 

Current AJAX applications use polling to communicate changes data between the server and client. Some applications, such as chat applications, stock tickers, or score boards require more immediate notifications of updates to the client. Comet is an event based low latency server side push for AJAX applications. Comet communication keeps one of the two connections available to the browser open to continously communicate events from the server to the client.

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd