0
votes
0answers
105 views

What is the difference between Comet Technology and SignalR

I searched this very badly.... Can anybody please tell me, what is the exact difference between SignalR and Comet Technology... I know that Comet does the same Client-Server Communication as ...
2
votes
2answers
786 views

SignalR - Forever Frame in IE stops working after a few minutes of being idle

I am using SignalR in IE9 and, unfortunately, it has to degrade to using the forever frame connection. I have spent some time looking at this with the Developer Tools in IE. I can see the callbacks ...
0
votes
1answer
322 views

SignalR comet in production environment is it worth it?

Is anybody using SignalR in a large scale production environment? If so what is your experience with it and was it worth basing your application around SignalR? Also once you have SignalR incorporated ...
2
votes
2answers
1k views

Simple jquery ajax vs SignalR vs AspComet

I'm reading about long polling, comet etc and, working on .Net, I read all I have found about SignalR and AspComet. I'm a newbie about comet & similar but it is not clear to me what are the ...
2
votes
2answers
945 views

Storing User On Login then Pushing Data On Demand

So I'm using SignalR, it's setup and working correctly on my Website. Let's suppose user A logs in (I am using the Membership API). When A logs in I am calling the connection from .js located in my ...