syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
hey every one,
Does any one has any idea of how we can assign the processes to any particular core only. Is it possible, do we have to stop other tasks enteting that core.
My main concern is Just to divide the processes in C++ codes and separate them from each other to independent to each core.
I have 3 processes ( Data fetching, File writing, displaying wave on my PC LCD on run-time) the third one is the future task,not in consideration now. Hence primarily 2 processes.
Note that I have core i7 PC with 4 cores?
I am working over C++ in implementation.
Thanks
Does any one has any idea of how we can assign the processes to any particular core only. Is it possible, do we have to stop other tasks enteting that core.
My main concern is Just to divide the processes in C++ codes and separate them from each other to independent to each core.
I have 3 processes ( Data fetching, File writing, displaying wave on my PC LCD on run-time) the third one is the future task,not in consideration now. Hence primarily 2 processes.
Note that I have core i7 PC with 4 cores?
I am working over C++ in implementation.
Thanks