Re: Finalizer Queue

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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?



.



Relevant Pages

  • Re: collecting results in threading app
    ... but execute one at the time'. ... Could a Queue help me there? ... You can take a look at papyros, a small package I wrote for hiding ... # some exception was raised when executing this job ...
    (comp.lang.python)
  • Re: Queue qsize = unreliable?
    ... I think Queue is reliable in this ... You simply execute a non-blocking get, ... to catch the Queue.Empty exception. ...
    (comp.lang.python)
  • Re: Delta Queue Help - Paging Mr. Kirwan
    ... struct T *next; ... 'next' and 'prev' are the queue next and previous pointers. ... 'stack' is that stack pointer value that ctxswuses. ... exception node, if there was an active handler. ...
    (comp.arch.embedded)
  • Exception with MessageQueue.Send sample
    ... Exception that says it is getting an error generating the XML document on the ... // Connect to a queue on the local computer. ... MessageQueue^ myQueue = gcnew MessageQueue( ... MyNewQueue^ myNewQueue = gcnew MyNewQueue; ...
    (microsoft.public.win32.programmer.messaging)
  • ISynchronizeInvoke - Delegate Queue
    ... I implemented the ISynchronizeInvoke interface as a delegate queue ... objects running in different threads share the same delegate queue. ... method to invoke is enqueued into the delegate queue. ... If an exception is thrown, I could include the exception as an ...
    (microsoft.public.dotnet.languages.csharp)