- Регистрация
- 25.12.2016
- Сообщения
- 24
- Благодарностей
- 1
- Баллы
- 3
Hello,
In my Start > It goes to Database request >
SELECT * FROM usernames
WHERE things=0 AND error=''
LIMIT 1;
so I got this and I tried running it with 3 threads, what it does it got the same data and run 3 threads with it.
How can I make zenno to take different data per threads without deleting in database?
In my Start > It goes to Database request >
SELECT * FROM usernames
WHERE things=0 AND error=''
LIMIT 1;
so I got this and I tried running it with 3 threads, what it does it got the same data and run 3 threads with it.
How can I make zenno to take different data per threads without deleting in database?