15.07.2012, 12:32:03
It looks like Syringe has to explicitly specify the created process priority class:
That sounds like a simple change... but now might not be the best time to introduce more changes.
MSDN (http://msdn.microsoft.com/en-us/library/ms682425.aspx) Wrote:This parameter also controls the new process's priority class, which is used to determine the scheduling priorities of the process's threads. For a list of values, see GetPriorityClass. If none of the priority class flags is specified, the priority class defaults to NORMAL_PRIORITY_CLASS<snip>
That sounds like a simple change... but now might not be the best time to introduce more changes.