- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- EXE$GL_ABSTIM_TICS questions.
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
Forums
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
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
04-25-2006 08:02 AM
04-25-2006 08:02 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 08:46 AM
04-25-2006 08:46 AM
Re: EXE$GL_ABSTIM_TICS questions.
This is one of those places where OpenVMS is constrained by its fanatical adherance to upwards compatibility. Many things would be significantly simpler if EXE$GL_ABSTIM_TICS were made into a quadword. There have been endless debates about it, both during the Alpha port and more recently the IA64 port. Upshot is, it's not going to change! (sorry).
There seem to be two issues here - one is keeping track of very long time intervals (years?) and the other is small deltas. There is no single clock which does both jobs well.
For long time periods your best bet is to use UTC. This should compensate for any daylight savings adjustments. Yes the clock might be adjusted to keep it accurate, but from the relativistic perspective of the process, there is no way, even in theory, to deal with such shifts in frame of reference. I think you need to assume the clock is kept in synch with a standard time source and any such adjustements can only make your UTC calculation more accurate.
For very short intervals at high resolution there is the PCC (Process Cycle Counter), but it only measures CPU time consumed by the process, and it wraps fairly frequently. There is also the SCC (System Cycle Counter), this counts total CPU cycles in a 64 bit counter, but there is one per CPU, CPUs can be started and stopped and (maybe one day) might even be different speeds, so keeping track can be a bit tricky. You'll need an architecture manual and source listings to work out if they're of any use to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 11:44 AM
05-01-2006 11:44 AM
SolutionThis way people could have a choice to continue to use the old location or the new one.
It the same token the system could start keeping time in UTC as well as the local time in the current locations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 09:23 PM
05-01-2006 09:23 PM
Re: EXE$GL_ABSTIM_TICS questions.
I second those ideas!
If it is a little bit feasable (and why shouldn't it?) then that would be great (for us, UTC would be the higer value, but YMMV)
Proost.
Have one on me (maybe at the Bootcamp in Nashua?)
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 12:20 AM
05-02-2006 12:20 AM
Re: EXE$GL_ABSTIM_TICS questions.
If you're related to Roger "T"ucker then could you please take a couple of minutes to revisit one of your last questions: -
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985905
Please, I'm not after the points (go crazy with zero), I'm genuinely interested in what you are doing and if any progress has been made.
Regards Richard Maher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 03:09 AM
05-02-2006 03:09 AM
Re: EXE$GL_ABSTIM_TICS questions.
Yes, I'm the same person. I tried many times to login to this account, but was never successful. I think it had to do with our e-mail addresses changing when our company sold and the old e-mail address were disabled, so I can't have the ITRC send me a new password, or assign points... (If there is someone from ITRC that could combine the account with this one, I would appreciate it; but if not - no big deal.)
I've been busy working on other things, so no progress has been made in this area. (I normally do my homework and rarely ask questions that have good answers anyway. :-) When I get back to this (maybe in a year or so), I was going to just jump to kernel mode and do my own stuff. User mode read for performance and exec mode or super mode write to protect the section.
Hi Roger,
If you're related to Roger "T"ucker then could you please take a couple of minutes to revisit one of your last questions: -
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=985905
Please, I'm not after the points (go crazy with zero), I'm genuinely interested in what you are doing and if any progress has been made.
Regards Richard Maher