2008/7/23 Foo JH <[EMAIL PROTECTED]>: > It's a shot in the dark: the GC's memory release on memory consumed is not > predictable. You may want to confirm this by using idisposable to accelerate > the release process. > > Unless your class is holding unmanaged resources, there's no need to implement IDisposable. It won't speed up collection of managed resources. In fact, often the opposite.
Regards, Tim Haughton www.agilemicroisv.com