I\'ve got an architecture that involves browsers polling via ajax every 3 seconds for updates and I\'d like to change that to long-polling.
I have a fairly well multi-threaded winforms app that employs the EventWaitHandle in a number of places to synchronize access.