> My application displays tables based on database information. 
> Columns count and style varies. It creates table and old references
> to previous tables are removed.
> 
> However I notice growing amount of objects below - each time table 
> is re-rendered FireFox allocates couple more megabytes and counts 
> below are growing:

There are some gotchas with tables and memory. In our case we solved it
by not deleting tables but re-using them, which isn't an option in your
case.

Take a look at http://bugzilla.qooxdoo.org/show_bug.cgi?id=753 and the
associated bugs. A lot to take in, I'm sorry - but the main conclusion is
that you have to be very careful how you manage the various subsidiary
objects that are used by tables. Some of those are created by the table
but ownership of them is never properly established, so they aren't
deleted.

Fabian was asked to take a look on 4th Sep. He may have some comments.

Hugh

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to