HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- About migrating application to POSIX THREADS
Operating System - OpenVMS
1827158
Members
2107
Online
109716
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-2008 06:31 AM
02-12-2008 06:31 AM
Re: About migrating application to POSIX THREADS
Roberto,
Designing for performance can be subtle. Your most recent posting included the comment:
"... Because i need to sinchronizing the concurrent access at one of the application file, i use a lock for this operation. ..."
This may be a mis-communication, but if a single lock is being used to control access to the file as a whole, that would be an unneeded bottleneck. RMS shared writing does things far more efficiently than that, as can a directly implemented non-RMS scheme.
If this is the problem, a correction would be far more less work than restructuring to a different approach (and the different approach may very well not yield the benefits desired).
- Bob Gezelter, http://www.rlgsc.com
Designing for performance can be subtle. Your most recent posting included the comment:
"... Because i need to sinchronizing the concurrent access at one of the application file, i use a lock for this operation. ..."
This may be a mis-communication, but if a single lock is being used to control access to the file as a whole, that would be an unneeded bottleneck. RMS shared writing does things far more efficiently than that, as can a directly implemented non-RMS scheme.
If this is the problem, a correction would be far more less work than restructuring to a different approach (and the different approach may very well not yield the benefits desired).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2008 07:16 AM
02-12-2008 07:16 AM
Re: About migrating application to POSIX THREADS
Do you know where the code is spending its time?
Build and invoke with the DECset tool Performance and Coverage Analyzer (PCA) within this application as currently designed, and find out where the code is (really) spending its time. Be prepared for surprises.
On newer OpenVMS versions, you can use some of the built-in PC profiling tools (SDA Extensions), but DECset PCA does a better and more complete job.
Build and invoke with the DECset tool Performance and Coverage Analyzer (PCA) within this application as currently designed, and find out where the code is (really) spending its time. Be prepared for surprises.
On newer OpenVMS versions, you can use some of the built-in PC profiling tools (SDA Extensions), but DECset PCA does a better and more complete job.
- « Previous
-
- 1
- 2
- Next »
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP