Run multiple instances of a task

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
I have a text file "A.txt" with 1000 registers.
I have a task who read "A.txt" and process it line by line
The browser needs 2 min of work in each line.
After 1000 reads my job will be done.

I tried to create a project to split my 1000 registers file into 10 files "A1.txt", "A2.txt", "A3.txt" ... "A10.txt".
After that, make a task in Zenno Poster and create a batch file and import settings from an xml file, this xml file contains the name of the file that I want to be reading in my project.

When I try to execute the exe file, the poster does not run 10 times with my 10 instances ...

Is there any way to run my job faster?

At this time, I have created 10 jobs with condition "file existence" to start, I believe Zenno have a better way to run multiple instances of one task, can anyone help me do that?
 

krisztos

Client
Регистрация
28.06.2014
Сообщения
175
Благодарностей
8
Баллы
18

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
Something like this project, I need a help to run in multiple threads.

My Zenno Poster settings are:
Run if file exist: (project directory)test.txt (uncheck "remove file".)
Project in task: (project directory)test.xmlz
Execution count -1
Max # threads 20
Proxy none
Rules none

With this settigns, to end my job I need wait Zenno reading my file "line by line", the average time to finish task is 1 hour.
How to improve performance with Zenno Poster start a single task in multiple threads?

To improve performance today I split the file in 10 new files and search existance of these new files, if they exist, start new task.
I got 10 tasks with 1 thread, total 10 threads, the average time to finish is 7 min.
I want to run 1 task with 10 threads.
 

Вложения

  • 28,8 КБ Просмотры: 171

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
"BUMP" - Looking for help about "how to start a multithread project".
 

EtaLasquera

Client
Регистрация
02.01.2017
Сообщения
526
Благодарностей
112
Баллы
43
Reworking question, how to start a multitask job in task manager?
If I start the task manualy clicking in the icon "Infinite", my task run in multiple threads but when I start the same job by task manager it start only one thread.
 

Вложения

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