Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Mar : TXMLDocument Efficiency/Replacement
| Subject: | TXMLDocument Efficiency/Replacement |
| Posted by: | "Marcelo Grossi" (no@spam.com) |
| Date: | 5 Mar 2008 08:49:33 |
Hi,
I am using a TXMLDocument in my multi-threaded app. Everything is working very smoothly BUT I am beginning to get concerned about this component. I think it is degrading the performance of my app considerably (because the final XML I generate is HUGE).
Does anyone know any other XML component for delphi that is not an ActiveX control like that? The ideal one would accept to have it's nodes modified from working threads (which TXMLDocument doesn't).
Has anyone have any suggestions to this?
Thank you,
Marcelo Grossi