Honestly, there is a great reason for both ref counting and garbage collection. Garbage collection is about memory (IMHO), and ref counting would be great for resources.
Thanks, Shawn Wildermuth [EMAIL PROTECTED] ====================================== Author of "Pragmatic ADO.NET" http://adoguy.com/book Editor of http://ONDotNet.com > -----Original Message----- > From: Moderated discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED]] On Behalf Of Merak > Sent: Tuesday, January 21, 2003 2:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [ADVANCED-DOTNET] Bad mojo to not call > Delegate.EndInvoke() ? > > > LOL > This coming from the guy who's developing ref counting in .net ;-) > > (jk) > Merak > > > -----Original Message----- > > From: Moderated discussion of advanced .NET topics. > > [mailto:[EMAIL PROTECTED]] On Behalf Of > Chris Sells > > Sent: 21 January 2003 04:14 > > To: [EMAIL PROTECTED] > > Subject: Re: [ADVANCED-DOTNET] Bad mojo to not call > > Delegate.EndInvoke() ? > > > > > > This is truly one of the beauties of garbage collection. > > > > Chris Sells > > http://www.sellsbrothers.com > > You can read messages from the Advanced DOTNET archive, > unsubscribe from Advanced DOTNET, or subscribe to other > DevelopMentor lists at http://discuss.develop.com. > You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
