Specifying priority for a Texis process that runs in the background

Post Reply
barry.marcus
Posts: 288
Joined: Thu Nov 16, 2006 1:05 pm

Specifying priority for a Texis process that runs in the background

Post 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!)
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Specifying priority for a Texis process that runs in the background

Post 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.
Post Reply