I am doing comet long polling to retrieve notifications from the server. There is significant delay when requesting new pages quickly. The long poll request is held for 60 seconds. I'm pretty confident cause is that IE7 is waiting for these requests to complete. The delay is gone if I up the MaxConnectionsPerServer value in the registry.
I tried calling abort on the ajax requests on window unload, but that didnt work. I have alerts to make sure that the abort is being called.
What else can I do?