Tagged Questions
2
votes
2answers
195 views
To set the affinity of CPUs using C#
I have created a window application in C#.Now I want to set the CPU affinity for this application.I may have 2 processors,4 processors,8 processors or may be more than 8 processors.
I want to set the ...
1
vote
1answer
255 views
Set thread processor affinity in Microsoft .Net
(Posting this with answer because I couldn't find a full explanation of how to do this anywhere, so I thought it might have some value for someone)
How can I set the processor affinity of a ...
0
votes
1answer
295 views
Setting priority class and processor affinity on a process vs job object
In .NET processor affinity and priority class for all threads and child processes can be set using Process.ProcessorAffinity and Process.PriorityClass properties. Using a job object it seems that the ...
1
vote
0answers
142 views
Replicate Process Affinity/Priority to another Process
I have a C# NET application that manages a Java process. When my app starts, it starts up the java process, and keeps it running until my application is shut down. I am working on making it so that ...
7
votes
3answers
6k views
how to set CPU affinity of a program?
I have a program written in C#, I am using VSTS 2008 + .Net 3.5 + Windows Vista Enterprise x86 to develop a Windows Forms application.
My current computer is dual-core CPU, I want to set CPU affinity ...