AJAX calls drive IE out of memory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kidalex@gmail.com

    AJAX calls drive IE out of memory

    So, I have a summary page of some stuff that gets updated through AJAX
    calls back to the server every 15 seconds or so. However, if you leave
    that page up for a few hours - it'll slow down the computer and
    eventually crash it with the following message:

    "Internet Explorer: out of memory on line..."

    I know AJAX got some memory leaks problems but this is not that much
    stuff that gets refershed ( a few table rows ).

    What can be done to get rid of this problem?

    Alex
  • David Mark

    #2
    Re: AJAX calls drive IE out of memory

    On Aug 6, 10:02 pm, kida...@gmail.c om wrote:
    So, I have a summary page of some stuff that gets updated through AJAX
    calls back to the server every 15 seconds or so. However, if you leave
    that page up for a few hours - it'll slow down the computer and
    eventually crash it with the following message:
    >
    "Internet Explorer: out of memory on line..."
    >
    I know AJAX got some memory leaks problems but this is not that much
    stuff that gets refershed ( a few table rows ).
    It is likely that you are creating circular references involving
    request objects. Just a guess as you forgot to post your code.
    >
    What can be done to get rid of this problem?

    Comment

    Working...