I developed an application in HP Unix Itanium server (HP-UX 11.3). I tried to hit my application by creating concurrent threads. I can't create multiple threads at the same time. I can only create 1024 threads; some time after that I got a core dump: segmentation fault
.
Is there any limitation on the number of threads that can be created in HP-UX?