Documentation for a minimal subset of the QSM API
ProcessAffinity Property
Namespaces > QS.CMS.Framework2 > ClientConfiguration > ProcessAffinity
Controls CPU affinity for the local process. If not set (0), affinity is not set. On multiprocessor machines, the recommended setting is 1 (default), which will restrict the application to run on a single CPU. This is required to prevent inconsistent clock readings. Allowing QSM to run on multiple CPUs, suhc as by leaving this option unset, is only safe if all the CPUs provide consistent values of the RDTSC counter.
Syntax
C#Visual BasicManaged C++
public uint ProcessAffinity { get; set; }
Public Property ProcessAffinity As UInteger
public:
property unsigned int ProcessAffinity {
	unsigned int get ();
	void set (unsigned int value);
}

Assembly: QuickSilver_3 (Module: QuickSilver_3) Version: 1.0.2647.33823