Count of References of an object

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • parez

    Count of References of an object

    Hi,

    I am trying to implement a pooling system Is there any way i can get
    a count of references of an object.

    I am thinking of basing it on this.




    Please help and TIA
  • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

    #2
    Re: Count of References of an object

    parez wrote:
    I am trying to implement a pooling system Is there any way i can get
    a count of references of an object.
    ..NET prefers explicit Close/Dispose for its connection pools.

    I think you should follow their example.

    Arne

    Comment

    Working...