I have had this problem in firefox a long time. It could be a bug in firefox
, I think
On 2/18/07, Andreas Junghans <[EMAIL PROTECTED]> wrote:
Hi Philipp,
Am 18.02.2007 um 23:47 schrieb Philipp Wabinski:
> I started building a qooxdoo application some months ago. Now I have a
> complex table with some Icons, links, text data, dates and so on. Some
> filters a limiting the shown entries. We have a lot of data in our
> database,
> so when I load the table with some testdata of 8000 entries (for
> testing)
> the memory usage of firefox is increasing from 120.000 K to round
> about
> 200.000 K. After I reload the data from the database it increases
> again to
> 270 thousand K. At the third reload it goes to 310.000 K an so on.
> I tried
> it some more times and it was going up to 380.000 until i stoped it.
> After that the memory usage doesn`t decrease.
> What do you think about that?
I suppose your problem is that with each data-reload, you're creating
new qooxdoo objects but never call dispose() on them? By default,
every qooxdoo object is registered in a global object db, and if you
don't call dispose() on the object if you no longer need it, this
reference is held forever.
Regards,
Andreas
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel