Announcement

Collapse
No announcement yet.

MultiThreading for Level2 quotes

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MultiThreading for Level2 quotes

    Hi,

    I am using Control API, windows form and C# for the development. Please notify me if I am crossposting the issue as there seems to be no board for "Control API" development.

    I am trying to apply the multithreading for the level 2 quotes because of slow performance(Multiple level 2 windows needs to be shown). Level 2 quotes are being shown in a grid. I hope that lot of persons might have come across this issue.

    We have 2 controls - 1 Level2 COM control(giving level2 data) and 1 Grid running on the main thread and we are trying to calculate the colors etc on the separate thread. Then assign the calculated values we need to cross post the DataTable values into the main thread (using Invoke method of grid) because DataTable is binded to DataGrid and I think that we should not change this DataTable from any other thread.

    I am strucked since several days on this issue. Please help me for the same. I would be obliged. Please let me know if the issue is not clear.

    Thanks & Regards,
    Rajat Tandon.
Working...
X