ServicedComponent not being disposed in finaliser
Posted
by David Gray Wright
on Stack Overflow
See other posts from Stack Overflow
or by David Gray Wright
Published on 2010-06-16T23:07:54Z
Indexed on
2010/06/16
23:12 UTC
Read the original article
Hit count: 271
Questions needing answers :
Does the finalizer of the client side ServicedComponent call ServicedComponent.DisposeObject or Dispose?
How should destruction (release of memory) occur in the com server in realtion to its usage in the client?
Basically - we are reaching a 2 gig limit on process size (memory) of the COM server as memory is not being released - is the solution to call explicitly call Dispose or use the using statement in the client?
© Stack Overflow or respective owner