Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.08.07;
Скачать: CL | DM;

Вниз

Is it a thead-safe operation ?   Найти похожие ветки 

 
Boguslaw   (2005-01-02 17:53) [0]

I"d like to update listbox in my KOL-based program from another (working) thread.No problem.It works simply by :
memScan.Add("test") from another thread.Note: listbox is read-only all the time. Is it thread-safe assuming setting listbox readonly?


 
miek ©   (2005-01-03 10:25) [1]

Definitely not as I know. Use Windows messages for such purposes to ensure thread-safety.


 
Boguslaw   (2005-01-03 11:13) [2]

"Use Windows messages for such purposes to ensure thread-safety."
But isn"t it what KOL is doing in background here ?


 
thaddy   (2005-01-03 18:22) [3]

No, there can be contention, but you could use a simple spinlock assuming w2000 or higher.



Страницы: 1 вся ветка

Текущий архив: 2005.08.07;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.026 c
1-1121677758
Vasia
2005-07-18 13:09
2005.08.07
Печать картинки


4-1118239226
Andreykass
2005-06-08 18:00
2005.08.07
LPT порт


1-1121677818
Руслана
2005-07-18 13:10
2005.08.07
Как получить имя узла по которому щелкнули в TreeView?


10-1098522753
Bend
2004-10-23 13:12
2005.08.07
QuickReport => Word


1-1121748839
Shopot
2005-07-19 08:53
2005.08.07
Как использовать технологию DragDrop?