Skip to main content

CPU usage

Comments

2 comments

  • Dapfor Team

    Hi,

    There are many reasons for it:

    1. Excessive synchronization with the GUI thread (one of main reasons). Max synchronization frequency is about 20 000 invokes/sec per application.
    2. Big number of controls and opened handles.
    3. Garbage collection (all threads in the application are suspended while this period).
    4. Which version of the grid do you use? In old versions, the grid could repaint big surfaces even a single field was updated.

    Best regards,

    Dapfor

    0
  • Michael Sage

    I am using version 2.9.4.  I did notice during my profiling that both times that this happened it was the same field(s) that were getting updated. I have 10-15 other fields on my grid that get updated frequently but only these two seem to have a problem. Both of them take in integer values( Volume and AskQty) .  I don't think it can be a coincidence that it was the same two columns which were the problem. Keep in mind though that this doesn't happen all the time, it seems to be pretty random. Is there something with how these columns are bound /updated that could cause this problem ? 

    0

Please sign in to leave a comment.

Powered by Zendesk