Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / August 2004

Tip: Looking for answers? Try searching our database.

Question on GC and delegates

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Satish Gidugu - 21 Aug 2004 08:13 GMT
I posted this problem originally on the xml group. I have an app that
processes XmlDocument and uses XmlElement.GetElementsByTagName quite
liberally for various operations. It appears that the XmlNodeList (actually a
subtree) returned by this method internally hooks itself to the document's
NodeInserted and NodeRemoved events. After a while, inserting an element into
the document takes close to 12 seconds on a PIII 1.8GHz 512MB machine because
each instance of the XmlNodeList is notified about the insertion.

All references to the XmlNodeList are only local variables with method scope.

Q1: Is there some way I can clear the listener collection of the
XmlDocument's events?
Q2: Does forcing a GC.Collect() help in these kind of cases?

I currently clone the XmlDocument at regular intervals to keep the
performance reasonable. This makes the app run 25 times faster.

many thanks,
Satish
Dmitriy Zaslavskiy - 22 Aug 2004 04:27 GMT
GC.Collect will not help. It's kind of by design.
Also consider using XPathDocument instead as it solves this and other
problems.

>I posted this problem originally on the xml group. I have an app that
> processes XmlDocument and uses XmlElement.GetElementsByTagName quite
[quoted text clipped - 19 lines]
> many thanks,
> Satish
Sankar Nemani - 23 Aug 2004 22:40 GMT
You can use reflection to actually remove the handler(s). This approach
probably is not recommended but if you have no other choice you can use it.

> GC.Collect will not help. It's kind of by design.
> Also consider using XPathDocument instead as it solves this and other
[quoted text clipped - 23 lines]
> > many thanks,
> > Satish

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.