T
TheMadDBA
Guest
I don't see any DELETE OBJECT references in your code. You should really be cleaning up after yourself, especially when using .NET. Eventually when your OE objects get cleaned up the .NET GC will kick in. But try not to depend on GC if you want the most optimal memory usage.
Continue reading...
Continue reading...