Hi Jiten, On Wed 10/12/08 1:59 PM , PenguinPuPPy [EMAIL PROTECTED] sent: > Guys i have a question and need some one to answer .The question is as > follows. > > 1 ) I have a multiple CPU machine say with 4 CPU's .Now I have 3 > instancesof an application running on the machine and the OS takes care of the > CPUschedule by default.I want to know is there a way in Linux or any other > UNIXwherein I can allocate 1 complete CPU to 1 instance of this > application.
man taskset -- for doing it from 'outside' the process man sched_setaffinity -- for doing it from within the code and man cpuset -- for a really loooong description HTH, - steve -- Linux Centric Marketplace: http://www.tuxcompatible.com -- http://mm.glug-bom.org/mailman/listinfo/linuxers

