Memory Leak ?

Josef Rick <[email protected]>
Newsgroups gmane.comp.db.rrdtool.user
Message-ID <[email protected]>
Hi @All

I use rrd  for a cycle Displaying.

Over the time, the browser seems to have a memory leak.
The memory consumtion grwos up.
The result is on different version from firefox ( linux and win7) and on android.

whats my mistake?

Thhx for hints

Josef

******************************************************************************

function battspgRead() {

        fname="/Aurora/db/batt.rrd";
        try {
                FetchBinaryURLAsync(fname,battspgRRD);

        } catch (err) {
                alert("Failed loading "+fname+"\n"+err);
        }
}

function battspgZykl () {
        var updateInterval = 30 * 1000;

        if ( auswahl == 1 )
        {
                try {
                         battspgRead ();
                        setTimeout ( battspgZykl, updateInterval );
                }
                catch (err) {
                        console.log (" Async fehler battspg_dia");
                        console.log ( err);
                }
        }
        else
        {
                console.log (" else battspg_dia ");
        }
}

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.