- Регистрация
- 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?
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?