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: 248

Filed under:
|
|

Questions needing answers :

  1. Does the finalizer of the client side ServicedComponent call ServicedComponent.DisposeObject or Dispose?

  2. How should destruction (release of memory) occur in the com server in realtion to its usage in the client?

  3. 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

Related posts about c#

Related posts about c++