-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm writing a webapp (Firefox-compatible only) which uses long polling (via jQuery's ajax abilities) to send more-or-less constant updates from the server to the client. I'm concerned about the effects of leaving this running for long periods of time, say, all day or overnight. The basic code skeleton…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am implementing a system where I need real-time updates. I have been looking at certain scenarios and among all was Comet. Implementing this I do not see any way this is different from traditional long-polling.
In both cases you have to send a request, and then the server send a response back.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
is streaming a viable option?
will there be a performance difference on the server end depending on which i choose?
is one better than the other for this case?
I am working on a GWT application with Tomcat running on the server end. To understand my needs, imagine updating the stock prices of several…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
We need to develop a .NET application, basically a WinForms client, which needs to be notified of changes only from the server to update the UI only in case of necessity and not every time.
We initially thought of NetTCPBinding but understood that it has problems with firewalls across domains…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to create a iPhone chat application and i do not have any experience of socket programming so can u please help me understand How can i do long polling from iPhone application?
Also can NSURLConnection be used for this purpose or we need to use some low level API?
Are there any libraries…
>>> More