Operating System - HP-UX
1833346 Members
4519 Online
110051 Solutions
New Discussion

Re: Thread model in HP-UX

 
SOLVED
Go to solution
VEL_1
Valued Contributor

Thread model in HP-UX


Which thread model is used in HP 11i?
4 REPLIES 4
Arunvijai_4
Honored Contributor

Re: Thread model in HP-UX

HP-UX 11i uses MxN threading model.
http://h21007.www2.hp.com/dspp/files/unprotected/hpux/MXN.pdf

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Yogeeraj_1
Honored Contributor
Solution

Re: Thread model in HP-UX

hi,

HP-UX supports the three basic thread models: Mx1, 1x1, and MxN.


Note also that, HP-UX releases prior to 11i v1.6 do not support MxN.

also, HP-UX releases prior to 11.0, support only Mx1 threads.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Mugilvannan
Valued Contributor

Re: Thread model in HP-UX

It is using M x N model. You can get informations from,

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

-mugil
If U need a helping hand, U will find one at the end of your arm
VEL_1
Valued Contributor

Re: Thread model in HP-UX

Thanks all.