Page 1 of 1

Specifying priority for a Texis process that runs in the background

Posted: Fri Apr 29, 2011 4:44 pm
by barry.marcus
Is there a way to specify a priority for a Texis process if I want to "spawn" that process so that it runs in the background with

exec bgnd texis.exe "myBackgroundProcess"

(or something like that!)

Specifying priority for a Texis process that runs in the background

Posted: Fri Apr 29, 2011 5:47 pm
by mark
Texis doesn't supply any want to prioritize executions. And doing so is often a bad idea due to locking issues. A low priority process might get a lock then not be able to release it in any reasonable amount of time for a higher priority process to use.