COMET chat application - IIS7 slows down over time
- by Yaron
I have built a chat application which uses this code to push messages to clients (web pages) and to monitor online users and their information. Basically, the code creates and manages a custom thread pool for maintaining the list of connected users & their state.
The application was hosted on a shared hosting account (IIS6), and worked fine.
…