Libglade resource consuming question.

2007-08-09 Thread Carlos Savoretti
Hi all! Several objects within a program has a Xml buffer taken from xmlDocDumpFormatMemory (), one for each of them. Only one of those objects will be displayed at a time. Question is: Is it saved a lot a memory if I just keep the xml buffer and use glade_xml_new_from_buffer () when the

Re: Libglade resource consuming question.

2007-08-09 Thread Jim George
On 8/9/07, Carlos Savoretti [EMAIL PROTECTED] wrote: Hi all! Several objects within a program has a Xml buffer taken from xmlDocDumpFormatMemory (), one for each of them. Only one of those objects will be displayed at a time. Question is: Is it saved a lot a memory if I just keep the xml

Re: Libglade resource consuming question.

2007-08-09 Thread Tristan Van Berkom
On Thu, 2007-08-09 at 12:55 -0400, Carlos Savoretti wrote: Hi all! [...] Do I be clear ? (When doubt appears it's probably not...) Shortly: GladeXml objects with a moderate amount of widgets are very resource consuming ? or not compared against xmlDocDumpFormatMemory () result ? You can take