Operating System - HP-UX
1753328 Members
4597 Online
108792 Solutions
New Discussion юеВ

Scheduling algorithms, deadlock handling

 
SOLVED
Go to solution
Jeff Dykstra
Occasional Advisor

Scheduling algorithms, deadlock handling

Hello,

I am new to this forum and HP-UX. Can someone point me to where I find some basic information on how HP-UX handles process scheduling, deadlock handling, starvation, etc?

TIA,
Jeff
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: Scheduling algorithms, deadlock handling

Hi Jeff:

HP offers a number of excellent online documentation for free here

http://docs.hp.com/index.html

Specifically you could look at:

http://docs.hp.com/en/TKP-90202/ch09.html

...and at:

http://docs.hp.com/en/5965-4642/index.html

Regards!

...JRF...
Chan 007
Honored Contributor

Re: Scheduling algorithms, deadlock handling

seldane
New Member

Re: Scheduling algorithms, deadlock handling

The HP-UX DDK discusses the MP primitives exported by HP-UX. HP-UX kernel does not do any explicit deadlock detection. It provides a way to avoid such deadlocks, i.e. Each spinlock has a lock order associated with it.

For can find all such information regarding HP-UX at the following site.

www.hp.com/go/hpux_ddk
No pain no gain.