affinity
Set affinity with start /AFFINITY command on Windows 7
I am using the start /AFFINITY [n] [.exe] command to start an executable with the specified affinity.I have a system with 8 processors (1,2,3,4,5,6,7,8). I\'d like to set the process to use all of the[详细]
2023-04-13 09:35 分类:问答What could cause my program to not use all cores after a while?
I have written a program that captures and displays video from three video cards. For every frame I spawn a thread that compresses the frame to Jpeg and then puts it in queue for writing to disk. I al[详细]
2023-04-10 06:12 分类:问答Performance of running a multithreaded program on a single core by setting affinity?
In short: Under what scenarios can running a multithreaded app on a single core destroy performance?[详细]
2023-04-06 20:53 分类:问答setting cpu affinity for linux kernel, not process [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-04-06 03:51 分类:问答Linux find out Hyper-threaded core id
I spe开发者_StackOverflow中文版nt this morning trying to find out how to determine which processor id is the hyper-threaded core, but without luck.[详细]
2023-04-02 08:28 分类:问答Set Java Multithreading Affinity
I\'m using IntelliJ with the ForkJoin framew开发者_运维知识库ork, and am trying to benchmark two versions of my code.One is using forkjoin, one is sequential.Unfortunately, it seems that the JDK/Windo[详细]
2023-03-28 11:54 分类:问答Setting CPU affinity using taskset
I am using the taskset tool to set CPU affinity for one of my programs. How do I set the affinity on a 开发者_Python百科single CPU only - since I was not sure about this, so I was doing this:[详细]
2023-03-19 19:23 分类:问答How to start a thread on a specific core?
I have a quad core CPU, and lets say I always开发者_JAVA百科 want to start a Thread on the second core.[详细]
2023-03-17 23:11 分类:问答Difference in Event Handling in Silverlight and WPF - Thread Affinity issues
I have been developing a Lync Silverlight application in Silverlight and now I am trying to shift it to WPF.[详细]
2023-03-17 15:42 分类:问答What is the difference between pthread_self() and gettid()? Which one should I use?
I\'m trying to set the CPU affinity of threads on Linux.I\'d like to know which one of the following approaches is recommended:[详细]
2023-03-13 21:26 分类:问答