Re: Finalizer Queue
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Feb 2006 13:12:33 -0500
There should be a performance counter that handles this.
However, what makes you think that this is the situation you are running
into? Is an exception being thrown, or something of that nature? What
exactly is going on?
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
<ajbecker@xxxxxxxxx> wrote in message
news:1139443803.941018.203270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm trying to debug a problem I'm having where my finalizer queue is
getting filled up faster than the thread can execute them, (or at least
I think that's what's going on.) Is there a way that I can see how
large the queue is or, even better, what objects are in the queue to be
finalized?
.
- Follow-Ups:
- Re: Finalizer Queue
- From: ajbecker@xxxxxxxxx
- Re: Finalizer Queue
- References:
- Finalizer Queue
- From: ajbecker@xxxxxxxxx
- Finalizer Queue
- Prev by Date: Re: warning CS0168: The variable 'el' is declared but never used?
- Next by Date: Re: Monitor.Enter/Exit Question
- Previous by thread: Finalizer Queue
- Next by thread: Re: Finalizer Queue
- Index(es):
Relevant Pages
|