Results 1 to 2 of 2

Thread: Memory Leaks

  1. #1
    Member
    Join Date
    Sep 2006
    Location
    London
    Posts
    3

    Memory Leaks

    Hi,

    Are you aware of issues with Lightstreamer leaking memory in Firefox and IE? There has been alot of publicity lately with the advent of JavaScript heavy sites causing IE to leak, especially if event handlers are not garbage collected properly when no longer required. We have found that Lightstreamer leaks in Firefox. Are you investigating this issue for the next web client release? Is there anything we can do when initialising and integrating Lighstreamer to reduce the leak effects?

    Sam.

  2. #2
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    Hi,

    About IE:
    if you're talking about the issues described here you can stand still we've taken care of that.

    About FX:
    We don't know about any leak on Firefox. Probably what you are seeing is the growing of memory usage due the fetching of data. If you observe a bit longer the memory usage (could be a very long bit depending on server configuration/update frequency) you will see how periodically memory is released. This happens when the content-length of the streaming connection is reached. Please take a look at server configuration where you can change the content-length setting and so let memory to be released sooner or later as you like.

    Here is a snippet from server's config file with a small content-length:
    Code:
     
    <content_length>
        <default>10000</default>
    </content_length>
    Hope that helps.
    Bye.

 

 

Similar Threads

  1. Memory leak on Firefox only
    By riwang in forum Client SDKs
    Replies: 10
    Last Post: July 27th, 2009, 12:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 10:32 AM.