- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fork and EXEC system calls are taking long time to...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
12-02-2014 03:20 AM
12-02-2014 03:20 AM
fork and EXEC system calls are taking long time to load
Hi,
my application team is complaing the the fork and exec system calls are taking long time to load. so that start up of their application is taking more time to load.
Hardware- Integrity BL860 i4
OS HP-UX 11i v3- release March-2013
looking for some hints to resolve the issue.
Regards,
T Jos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2014 10:00 AM
12-03-2014 10:00 AM
Re: fork and EXEC system calls are taking long time to load
How big is your application? Where are the executables and shlibs? Local disks or remote over NFS?
Do both take a long time or just exec?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2014 05:54 AM
12-10-2014 05:54 AM
Re: fork and EXEC system calls are taking long time to load
Hi,
Our application is a trading software, no so heavy. Executable and shlibs are on a filessystem, LUNs are allocated from 3PAR over SAN. Application team complains both fork and exec are slow, that make their application to load slow.
Jos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2014 02:02 PM
12-10-2014 02:02 PM
Re: fork and EXEC system calls are taking long time to load
>Executable and shlibs are on a filesystem, LUNs are allocated from 3PAR over SAN.
What happens if you copy them to a local filesystem?
>Application team complains both fork and exec are slow, that make their application to load slow.
How often is this loaded? What process is doing the fork? How many shlibs are used?
What does "swapinfo -tam" show during this time?