Page 1 of 1

Running TI processes in paralell

Posted: Tue May 25, 2010 8:07 am
by jstrygner
Is there a good way to run in paralell more than one TI process?

I consider building different TI processes that would write to different cubes, so each could use different CPU core.

I can think of two ways to run two (or more) processes at the same time (but none of them is user friendly enough for me):
1. Running processes from different TM1 Clients (if I open more than one Architect I can run one process from each TM1 Architect).
2. Defining as many chores as processes and schedule them on the same moment.

None of above can give me a comfort of just pressing one button in one place and watching many processes run at the same time.

Any suggestions?

Re: Running TI processes in paralell

Posted: Tue May 25, 2010 12:12 pm
by Jeroen Eynikel
I haven't tried but can't you use a .bat script from the command line? (You could use TI to execute that .bat)

I.e. I am not certain that this would work - I really don't know whether such a script would launch them in paralel instead of sequentially but it may be an option.

Re: Running TI processes in paralell

Posted: Tue May 25, 2010 1:32 pm
by jstrygner
Will give it a try, thanks