HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: multithread process
Operating System - HP-UX
1834144
Members
2091
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 08:40 PM
02-12-2005 08:40 PM
multithread process
Helo gurus,
I need your help . In my hp-ux 11i I have several processes which has more than 400 threads . Each thread is responsible to maintain a remote communication with an external device via TCP/IP . I really have serious doubts that a multithreaded sollution works correctly in this environment . What happens if one of the network connection is hung? Does is affect to the to the rest of the threads? .
Another important point is to know why the whole process gets hung when it has more than 400 threads configured. I have revised the kernel values and I do not find any of them exceeded . Can you tell me any idea about this? .
Thanks
I need your help . In my hp-ux 11i I have several processes which has more than 400 threads . Each thread is responsible to maintain a remote communication with an external device via TCP/IP . I really have serious doubts that a multithreaded sollution works correctly in this environment . What happens if one of the network connection is hung? Does is affect to the to the rest of the threads? .
Another important point is to know why the whole process gets hung when it has more than 400 threads configured. I have revised the kernel values and I do not find any of them exceeded . Can you tell me any idea about this? .
Thanks
Here rests one who was not what he wanted and didn't want what he was
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2005 03:40 AM
02-19-2005 03:40 AM
Re: multithread process
A hanging thread should not influence any of the others, unless they share some of their path, i.e. the controlling thread doesn't handle it properly and continues to poll a problem thread.
kernel issues could occur i.e. with the files per process or user limits. If You use unix sockets or named pipes, You'll have to count them too.
addiotionally take care to have good cleanup routines so that You don't end up with Your application port in FIN_WAIT_2 state. I at least know one company that never got that one solved.
:))
kernel issues could occur i.e. with the files per process or user limits. If You use unix sockets or named pipes, You'll have to count them too.
addiotionally take care to have good cleanup routines so that You don't end up with Your application port in FIN_WAIT_2 state. I at least know one company that never got that one solved.
:))
yesterday I stood at the edge. Today I'm one step ahead.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP