HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Problems with sending messages via tcp/ip to backe...
Operating System - OpenVMS
1827392
Members
4872
Online
109965
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
09-27-2006 03:00 PM
09-27-2006 03:00 PM
Problems with sending messages via tcp/ip to backend OpenVMS alpha
Hi all,
Before I ask my question I'd just like to let you guys know our current system setup. Currently we have a message router software written in C running on OpenVms alpha that routes message from our front end application running on windows to the backend(Fortran app)which is also running on OpenVMS Alpha.
The communication between the front end application and the message router is facilitated via x.42 and the message router send messages to the backend via TCP/IP. I am currently trying to change that communication path to IP as such I am rewriting the Message Router software to run on either a Windows or Linux PC.
The problems is that only occasionally my messages are able to get to the backend from the message router and in the rare occurence that it does, a few messages will get through but after that it stops again.
I've been trying to look into a few things and I noticed that both the backend app and the current message router uses ast to read/write tcp messages. Could that be whats causing the problem? If it is, is there any way I can emulate that?
Regards,
Darren
Before I ask my question I'd just like to let you guys know our current system setup. Currently we have a message router software written in C running on OpenVms alpha that routes message from our front end application running on windows to the backend(Fortran app)which is also running on OpenVMS Alpha.
The communication between the front end application and the message router is facilitated via x.42 and the message router send messages to the backend via TCP/IP. I am currently trying to change that communication path to IP as such I am rewriting the Message Router software to run on either a Windows or Linux PC.
The problems is that only occasionally my messages are able to get to the backend from the message router and in the rare occurence that it does, a few messages will get through but after that it stops again.
I've been trying to look into a few things and I noticed that both the backend app and the current message router uses ast to read/write tcp messages. Could that be whats causing the problem? If it is, is there any way I can emulate that?
Regards,
Darren
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 07:40 PM
09-27-2006 07:40 PM
Re: Problems with sending messages via tcp/ip to backend OpenVMS alpha
Darren,
ASTs are, IMHO, the most efficient User Mode mechanisms for an OpenVMS program to process externally sequenced events.
The semantic of a process' AST handling is a queue of events that are processed in a First In, First Out manner, with no possibility of premption by other events arriving in the queue.
Implementing this functionality on Linux or Windows is dependant on which, and on which other toolsets are involved.
The behavior you describe could be caused by any number of issues, including long lived latent bugs in the other parts if your system.
- Bob Gezelter, http://www.rlgsc.com
ASTs are, IMHO, the most efficient User Mode mechanisms for an OpenVMS program to process externally sequenced events.
The semantic of a process' AST handling is a queue of events that are processed in a First In, First Out manner, with no possibility of premption by other events arriving in the queue.
Implementing this functionality on Linux or Windows is dependant on which, and on which other toolsets are involved.
The behavior you describe could be caused by any number of issues, including long lived latent bugs in the other parts if your system.
- Bob Gezelter, http://www.rlgsc.com
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