1830375 Members
2616 Online
110001 Solutions
New Discussion

CPU

 
j773303
Super Advisor

CPU

Is it possible assign process/daemon running on cpu1 or cpu2 or cpu3? Thanks.
Hero
6 REPLIES 6
Sanjay Kumar Suri
Honored Contributor

Re: CPU

Check this link:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=6809

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
j773303
Super Advisor

Re: CPU

If I assign application running on all CPUs, does is impact OS level? for example: 4 cpu existing in the system, could it be possible assign a Application to run on 4 cpu? Thanks.
Hero
KCS_1
Respected Contributor

Re: CPU

Oops..


There is correct URL

http://docs.hp.com/hpux/pdf/B8733-90009.p
Easy going at all.
Steven E. Protter
Exalted Contributor

Re: CPU

Do understand that when you do this you could impact performance on the rest of the system.

In general, unless the program is designed to multi thread it gets one cpu at a time, though that may shift due to other demands and processes.

You can write smp processes that use more than one.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
KCS_1
Respected Contributor

Re: CPU