- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SMP Scheduling Policy in HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 04:56 PM
02-27-2003 04:56 PM
SMP Scheduling Policy in HP-UX
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 05:46 PM
02-27-2003 05:46 PM
Re: SMP Scheduling Policy in HP-UX
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 05:51 PM
02-27-2003 05:51 PM
Re: SMP Scheduling Policy in HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 08:34 PM
02-27-2003 08:34 PM
Re: SMP Scheduling Policy in HP-UX
Everything you want to know should be found there.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2003 08:46 PM
02-27-2003 08:46 PM
Re: SMP Scheduling Policy in HP-UX
You have all the information in there,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009491262
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686729
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686732
If you are unable to access the links
check /usr/share/doc/proc_mgt.txt on the system
Thanks