I\'m using jsonp to do cross-domain comet requests, and the \"loading\" status is really annoying. Is there any way to suppress this with javascript?
Why use http(s)+comet and not simply socket programming+maybe use the same port 80 or 443 if firewall/blockage is an issue?
Lets say we have a web based application where users login to their own channel. And our server manages and maintains a list of users, and their current ip addresses.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the 开发者_高级运维question so it focuses on one problem only b
I am using CometProcessor to implement long-polling on Tomcat 7.0. The thing that bothering me is I don\'t get any other events except CometEvent.EventType.BEGIN.
I was wondering if someone had already use this three technologies together. I know Erlang and Comet are widely used, buy I can\'t find anything related of Comet + Membase or Erlang + Membase. Are the
I\'m trying to create a ruby on rails ecommerce application, where potential customers will be able to place an order and the store owner will be able to receive the order in real-time.
I\'m making an application with server sided variables that change every second. Every second those new variable need to be shown at all the clients that have the webpage open.
What are the differences between these two Java comet libraries? Is there a reason to pick one ov开发者_开发知识库er the other?From my personal experiences, i higly suggest you to get away from both o
Is it possible to notify a server (make a single HTTP request with a bit of data, response is unimportant) when client leaves the page?