How does Signal-R fit in the IIS activation model?
问题 I am learning Signal-R, and this is something that has been in my head during all time. How does Signal-R fits in the IIS/ASP.NET life cycle? How long does the Hubs live (I see they have re-connection semantics)? Does IIS does prevent the shutdown of an AppDomain that has a persistent connection? It is my understanding that IIS is designed to handle request-response scenarios. A request hits IIS, this finds the AppDomain, activate it, and then pass the request to it. And after an idle time,