How could I implement a Comet architecture in a ASP.Net MVC?
+1
A:
I doubt you will find something out of the box for MVC but you can always implement the client side code that handles timeouts and reconnects to an AJAX-enabled WCF service that polls for whatever event you want to be notified for. Be sure to set the timeout of the service to a higher value.
Stilgar
2010-02-14 00:36:42