Operating System - HP-UX
1832509 Members
4804 Online
110043 Solutions
New Discussion

SMP Scheduling Policy in HP-UX

 
Michael Steele_2
Honored Contributor

SMP Scheduling Policy in HP-UX

OK, I just got asked this on a preliminary HP-UX exam for an Ernst and Young job in Lynhurst, NJ, and I've never heard of it, nor can I readily find information about it on the ITRC. I can, however, find some articles via webcrawler pertaining to Linux and Aix. Multiple choice answers were specific to parallel CPU handling, system resources, threads and processes. Here was the first of five answers, A.) The child process initially is scheduled to the same CPU as the parent process...., approximate.

Thanks in advance.
Support Fatherhood - Stop Family Law
4 REPLIES 4
Ian Kidd_1
Trusted Contributor

Re: SMP Scheduling Policy in HP-UX

From the context of the answer, I think you were asked about the symmetrical multiprocessor scheduling policy in HP-UX. There's not a lot of published info about this. I have heard that HP is seriously interested in a book about performance tuning, so I'd imagine this stuff would be in it ... If HP Press ever gets around to writing/publishing it.

If my notes are accurate (and if anyone follows this thread, please correct me if you see something inaccurate):
"A child process is set to run initally on the CPU as the parent process. One of the reasons for this is because the child inherits the same environment.."
[note: looking at my notes, I'm sure there's a more technical term for this]
"This data was already stored on that CPU's cache. Running the child process on the same processor as the parent process allows the system to utilize this cache. This design allows for better performance than creating the child on another CPU"

Unfortunately, y notes don't go in depth into this subject. Is there something more specific you were looking for?
If at first you don't succeed, go to the ITRC
Michael Steele_2
Honored Contributor

Re: SMP Scheduling Policy in HP-UX

Any discussion or document explaning its usage in HP-UX especially as it pertains to system and process resources. For example, time slicing(??) in a multi CPU environment, or, will processes be reassigned other resources, i.e, CPUs, after wake up.
Support Fatherhood - Stop Family Law
Steven E. Protter
Exalted Contributor

Re: SMP Scheduling Policy in HP-UX

http://docs.hp.com

Everything you want to know should be found there.

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
T G Manikandan
Honored Contributor

Re: SMP Scheduling Policy in HP-UX