Options

thread blocked

Hi,

I have downloaded the trial for the ants performance profiler.

I tried it on my application and i am getting a huge delay and the result is thread blocked.

The code i have written doesn't show any delay.

What am i suppose to understand by that?

Also in some cases i get the error that assembly Ajacontroltoolkit.resources cannot be loaded.



Regards,
Eleni

NewPicture302.jpg[/img]

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    I'd appreciate it if you coulds have a look at a knowledge base article that I wrote that explains "thread blocked". In most cases, you don't have a lot of control over this unless you decide to use AsyncWaitHandle (not sure about that one).

    http://www.red-gate.com/supportcenter/C ... 000357.htm


    We also know that AjaxControlToolkit causes crashes and other problems in Performance profiler's line-level timing mode, so you could go to method-level only or delete the AjaxControlToolkit.dll to workaround the problem and still get line-level times for all of the other dlls.

    Hopefully this helps.
  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Also, the blocking time shouldn't be as noticable if you switch from wall-clock to CPU time.
Sign In or Register to comment.