From: Iain Patterson Date: Wed, 8 Jan 2014 14:55:59 +0000 (+0000) Subject: Allow setting processor affinity. X-Git-Tag: v2.22~74 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=53371f115d94fbbc7e5cb60853b9e4a5d356d4b0;hp=53371f115d94fbbc7e5cb60853b9e4a5d356d4b0;p=nssm.git Allow setting processor affinity. The REG_SZ AppPriority entry specifies a list of processors which will be converted to a mask and passed to SetProcessAffinityMask(). Processors are numbered from 0, must not exceed 63, and are separated with commas or dashes, to specify a range. Thanks Robert Middleton. ---