multi thread best way ?

aleksa77

Client
Регистрация
30.09.2011
Сообщения
914
Благодарностей
90
Баллы
28
How you solve multi thread and overlap data ?

I put one txt file/list and every itteration take number and increase and put new number in top of list.

But i have overlap often:

 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
Please include your test template to understand how it's organized
 

aleksa77

Client
Регистрация
30.09.2011
Сообщения
914
Благодарностей
90
Баллы
28

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 715
Баллы
113
You should use C# code and lock List if you want to combine take line + increase value + add to list and if you want for ther threads to wait until this group of actions will be executed.
 
  • Спасибо
Реакции: aleksa77

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)