« Return to Thread: Reverse AJAX and ie6

Reverse AJAX and ie6

by Zardam :: Rate this Message:

Reply to Author | View in Thread

Hi,

I'm trying to use reverse ajax to publish online events to a web browser. Everything works fine with firefox.

In ie6, I get a low update rate. The update period is equal to the parameter I set in "maxWaitAfterWrite" (if I set 5000, the values are updated once every 5 seconds). Setting a lower value increase the update rate but then I get a "memory hog", memory consumption of ie grows very fast until I minimize the window (very strange behaviour).

The memory problem seems to be triggered by javascript method call on the java side. I tried to disable all my application logic, but the problem persists.

I tried severeral version of DWR (from 2.0.1 to 2.0.4rc1) with no luck. My web application is based on Spring and is deployed on a Jetty6 web server.

Any ideas ? Maybe I am doing something wrong ?

Damien

 « Return to Thread: Reverse AJAX and ie6