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