Tagged Questions

2
votes
2answers
112 views
+150

Stop the browser “throbber of doom” while loading comet/server push XMLHttpRequest

(This question is similar to this one, but it's for using XMLHttpRequest instead of an iframe for Comet.) I'm starting an async long poll like this: var xhr = new XMLHttpRequest( …
1
vote
2answers
71 views

Implement a Comet server in C#

I would like to know whether there is a way to write a comet server in C#. i have a C# code that generates data periodically, and I want to push these data to a java app. So would …
2
votes
1answer
38 views

Is Comet easier in ASP.NET with Asynchronous Pages?

I don't mean to ask, is Comet easier in ASPNET than in Jetty? I mean, is Comet easier inn either ASPNET or Jetty, as compared to other alternatives? I think the asynch capabiliti …
2
votes
3answers
261 views

Problem of choosing comet server

I want to write a php site which uses the comet technology for real time update. I have a few questions: Is it better to use a comet server? Which comet server is good? For come …
7
votes
9answers
2k views

COMET (server push to client) on iPhone

I'm looking to establish some kind of socket/COMET type functionality from my server(s) to my iPhone application. Essentially, anytime a user manages to set an arbitrary object 'di …
0
votes
1answer
11 views

Tomcat CometProcessor NIO served via Apache httpd?

I have a CometProcessor Servlet working fine in Apache Tomcat. My server.xml connector entry is: <Connector connectionTimeout="20000" port="8080" protocol="org.apache.coyote.ht …
11
votes
8answers
5k views

Simple “Long Polling” example code?

I can find lots of information on how Long Polling works (For example, this, and this), but no simple examples of how to implement this in code. All I can find is cometd, which re …
3
votes
3answers
120 views

Keep a permanent connection to the server while navigating a website

Hi, We are a young start-up launching a unique chat product next week. Our chat is currently based on Jabber (using Openfire as our Jabber server) via BOSH (using Punjab), with jQu …
2
votes
1answer
41 views

Nonblocking webserver on .Net for Comet applications

I am trying to implement a Comet style (e.g. chat) application using IronPython. While I don't need to scale to twitter like dimensions, it is vital that the response time is ligh …
7
votes
7answers
2k views

Comet implementation for ASP.NET?

I've been looking at ways to implement gmail-like messaging inside a browser, and arrived at the Comet concept. However, I haven't been able to find a good .NET implementation that …
2
votes
5answers
185 views

How does a WCF server inform a WCF client about changes? (Better solution then simple polling, e.g. Coment or long polling)

see also "WCF push to client through firewall" I need to have a WCF client that connect to a WCF server, then when some of the data changes on the server the clients need to …
3
votes
6answers
1k views

Using comet with PHP?

I was thinking of implementing real time chat using a PHP backend, but I ran across this comment on a site discussing comet: My understanding is that PHP is a terrible langua …
1
vote
3answers
100 views

Basic Comet in Python using just std lib

I'm developing a web interface for an already existing desktop application. I've been looking for a way to allow the server to push content to the browser and ended up reaching Com …
1
vote
1answer
28 views

what framework should one use django middleware with orbit?

The Django orbit integration methods I've seen in quick google searches don't seem to carry Django abstractions, like "request.user" with them. "request.user" is particularly impor …
1
vote
3answers
290 views

Compatibility of Comet with current technology

I hear that I can use Comet as a server push technology along with my Ajax code to increase the performance of my web applications. How mature this Comet technology? Is it suppor …

1 2 3 4 5 9 next
15 30 50 per page