My understanding is that COMET implementations of WebSync and SignalR do not directly use IIS and are a few layers lower on the ISO model.
After reading Qualys's blog regarding slow TCP reading, I was wondering if this had any affect on COMET implementations since some are already using "long polling", websockets, or perhaps some other technique.
- Are COMET (or reverse AJAX) installations not vulnerable to this class of attack by design?