Tagged Questions
0
votes
2answers
244 views
Making this httpHandler more robust?
I have the following HttpHandler; I'm using it to push updates to the browser (where jQuery and GrowlUI are implemented) without the need for the browser to poll. I think all I've accomplished is ...