Operating System - HP-UX
1833758 Members
2334 Online
110063 Solutions
New Discussion

Multithreaded Applications running on PA1.1 versus PA2.0

 
Parag Khambete
New Member

Multithreaded Applications running on PA1.1 versus PA2.0

Is there a known limitation on running multithreaded applications on PA1.1 machines versus PA2.0 machines. The program is compiled using the +DA1.0 option. When the program was compiled with a +DA1.1 +DS2.0 the program hangs after a few iterations. The multithreaded program is creates multiple threads for database access.
1 REPLY 1
Magdi KAMAL
Respected Contributor

Re: Multithreaded Applications running on PA1.1 versus PA2.0

Hi Parag,

Verify weather your application is not exceeding the two kernel parameters :

max_thread_proc : max number of threads per process.
nkthread : max number of kernel threads.

Magdi