I am trying to write a simple chat server which sends comman开发者_开发技巧ds from ajax to fsockopen to the daemon. The daemon if command is listen will hold the request in a array with what room it h
I want to have a comet-like iframe on my page, but when the session changes the info in the iframe does not and i did a dump of the $_SESSION variable in the iframe and it was not changing.
I have a number of users. Each user has a number of bets开发者_JAVA技巧, made by and against him.
I am tring to develop a project that connects to a comet server with long living connections. i do this job in a service.
As the title says, i\'m working on webchat application where i expect to have lots of users active, and using ajax polling is not an option. I want basicly to make 开发者_JS百科a person 2 person chat,
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function RegisterScriptableObject to achieve Comet-style javascript functionality?
I am implementing COMET in my MVC web application by using the PokiIn library for pushing notifications to clients.
What is the correct way (or best) way to implement Comet, HTTP Push, or Reverse AJAX? What .NET i开发者_如何学编程mplementations would you recommend? I have hear about, WebSync and PokeIn, both are p
I\'m planning to write a comet application in Django, but as far as I can see articles on this topic are scarce, and the comet libraries that are available don\'t necessarily lend themselves to use wi