threads problem

peterx

Новичок
Регистрация
30.07.2016
Сообщения
3
Благодарностей
0
Баллы
1
Hi,

I have this problem: I have file with:
login1;pass1
login2;pass2
login3;pass3
login4;pass4
login5;pass5
etc.

I want to make script and run it like 20 threads but I want 1 thread to read only 1 line and second thread read only 2 line (not random). Is there any way to get this done?

login;passlogin;pass
 

LightWood

Moderator
Регистрация
04.11.2010
Сообщения
2 382
Благодарностей
917
Баллы
113
Just like that impossible.
you can take the first string with the removal and write string to the end.
each thread will work with your string not randomly.

solve ok?
 

peterx

Новичок
Регистрация
30.07.2016
Сообщения
3
Благодарностей
0
Баллы
1
it is some idea. I am going to try this.
 

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