Operating System - HP-UX
1752788 Members
5937 Online
108789 Solutions
New Discussion юеВ

Need help: LightWeight processes?

 
SOLVED
Go to solution
OFC_EDM
Respected Contributor

Need help: LightWeight processes?

Here's a question from my DBA:

This is sort of out of my realm. So I'm asking for guidance on how to answer this question.

"user threads are mapped to kernel threads so that they can execute on multiple processors. Likely through LightWeight Prcoesses (LWPs), maybe called MxN. If so there is a LWP pool kernel parm. How does this work in the hpux 11.11 and what kernel parms are associated"
The Devil is in the detail.
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Need help: LightWeight processes?

There are 2 tunables which are of principle interest: 1) nkthread - system wide number of threads 2) max_thread_proc - per process limit. Glance has a display for currently running threads. A very good starting point which will lead you to other references is simply "man pthread".
If it ain't broke, I can fix that.
OFC_EDM
Respected Contributor

Re: Need help: LightWeight processes?

Thanks!
The Devil is in the detail.