Working with multithreading (accounts)

myndeswx

Client
Регистрация
15.05.2017
Сообщения
436
Благодарностей
104
Баллы
43
Hello, can you guys share some tips on how you work with multithreading?

Lets say i have a list of accounts

acc1:pass
acc2:pass
acc3:pass
acc4:pass
(100 accounts)

And running zennoposter on 100 threads, how to avoid templates from using same account on 2(or more) threads
Thank you
 

orka13

Client
Регистрация
07.05.2015
Сообщения
2 175
Благодарностей
2 177
Баллы
113
Hi. It’s very simple:
1. Use List
2. Get line. Use checkbox “Delete….”
And every templates will get original value.
Watch video abou this step (from 2m:24s):
All list info: http://zennolab.com/wiki/en:list?s[]=list
 
  • Спасибо
Реакции: myndeswx

myndeswx

Client
Регистрация
15.05.2017
Сообщения
436
Благодарностей
104
Баллы
43
That works, but if i want to reuse same accounts later deleting them is not a very good idea, i would have to save them to some other list when task is completed :? :?
 

DmitryAk

Client
Регистрация
14.12.2016
Сообщения
860
Благодарностей
820
Баллы
93
That works, but if i want to reuse same accounts later deleting them is not a very good idea, i would have to save them to some other list when task is completed :? :?
No, you have to put it back to the end of list when template finish. Use "Bad end" and "Good end" blocks to make this logic.
Something like that:
upload_2017-8-10_2-36-25.png
 

LightWood

Moderator
Регистрация
04.11.2010
Сообщения
2 382
Благодарностей
916
Баллы
113

myndeswx

Client
Регистрация
15.05.2017
Сообщения
436
Благодарностей
104
Баллы
43

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