Re: DWR: IE Page Refresh Very Slow
I do not think that such problem will occur. when i set reverse-ajax false, that affects MY browser only. remember, an instance of the same javascript is running somewhere on the client who is about to recieve the message. and he has not set his reverse-ajax false. so, technically he should recieve the message pushed by the server.
If i am about to recieve any message sent from other chatters, and in case i set the reverse-ajax false just before server tries to push the message. Than yes, i definitely not recieve the message. But, in my application, it does not going to affect. Because, i am setting it false only for the duration when the javascript function is not ready to be called from the server. so, whether reverse-ajax is true or false is of no concern between the time when a page unloads itself and than reload.