> I have a multiple CPU machine say with 4 CPU's .Now I have 3 instances > of an application running on the machine and the OS takes care of the CPU > schedule by default.I want to know is there a way in Linux or any other UNIX > wherein I can allocate 1 complete CPU to 1 instance of this application.
By setting processor affinity of process? http://www.cyberciti.biz/tips/setting-processor-affinity-certain-task-or-process.html -- Cheers, Dhirendra -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
