Multithreading

  • Автор темы Автор темы Learn2023
  • Дата начала Дата начала

Learn2023

Пользователь
Регистрация
18.03.2023
Сообщения
96
Реакции
1
Баллы
8
can you help me how to use multi thread in zennodroid ?
VladZen
 
Have professional version of the program to use multiple-threads: ZennoDroid — ZennoLab
i bought the paid version for multithreading use.
however when i do multithreading my account file variable values are shared.
Real life example: I have 1 account file to login to the application, but when I run many threads, the remaining threads run one by one account in the file, causing the login to be duplicated and not going smoothly. will be as I expected. What should I do ? can anyone help me? any kind of guy
 
i bought the paid version for multithreading use.
however when i do multithreading my account file variable values are shared.
Real life example: I have 1 account file to login to the application, but when I run many threads, the remaining threads run one by one account in the file, causing the login to be duplicated and not going smoothly. will be as I expected. What should I do ? can anyone help me? any kind of guy
you need to get from txt for example first acc:pass. delete it, so next thread will get second account, and etc, there is nothing hard to do.
Such way every thread will get his own account.
If you need save accounts, just do get account, delete account, past account.
 
i bought the paid version for multithreading use.
however when i do multithreading my account file variable values are shared.
Real life example: I have 1 account file to login to the application, but when I run many threads, the remaining threads run one by one account in the file, causing the login to be duplicated and not going smoothly. will be as I expected. What should I do ? can anyone help me? any kind of guy

Do you delete the account from the file after it's taken?
 

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