Execute Command problem
Posted: Tue Mar 07, 2017 12:47 pm
Hi,
I have the following problem. The server has 16 cores of 2.5.
I have a process that has 6 Execute Command in it. The code is placed in prolog Tab.
The problem is that this 6 processes that run from ExecuteCommand, don t start in parallel. They run 2 at once, after this 2 end another one start and so on. They don t start all 6 at once.
Why they are not running in parallel? there was nothing else running in TM1 at that moment.
Also i Checked the logfile and for example process A, start in parallel with processes B,C at 10:00. But when i further check the log, this process A starts also at 10:10 and finishes only once at 10:15. Why does it have 2 starts?
In the configuration file I have MTQ=-3 and maxnumberofthreads commented.
Thank you
I have the following problem. The server has 16 cores of 2.5.
I have a process that has 6 Execute Command in it. The code is placed in prolog Tab.
The problem is that this 6 processes that run from ExecuteCommand, don t start in parallel. They run 2 at once, after this 2 end another one start and so on. They don t start all 6 at once.
Why they are not running in parallel? there was nothing else running in TM1 at that moment.
Also i Checked the logfile and for example process A, start in parallel with processes B,C at 10:00. But when i further check the log, this process A starts also at 10:10 and finishes only once at 10:15. Why does it have 2 starts?
In the configuration file I have MTQ=-3 and maxnumberofthreads commented.
Thank you