HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Informix 4gl program hanging
Operating System - Tru64 Unix
1827808
Members
2042
Online
109969
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
08-12-2004 08:44 PM
08-12-2004 08:44 PM
Informix 4gl program hanging
I have written one program to transfer the data from remote servers to central server .
Its working properly in all conditions except one that whenever we remove the network cable from server during the process , program gets hang and when we again connect the cable to the server , program resumed the remaining process .
And because there are continous 53 remote servers are there , these program fails in this situation .
In such situation , program suppose to inform about connection failed for remote server and it should connect to next remote server.
Please let me know is there is any solution for above problem .
OS : True64 UNIX
Programming Language : Informix 4gl 7.20 UE1
Its working properly in all conditions except one that whenever we remove the network cable from server during the process , program gets hang and when we again connect the cable to the server , program resumed the remaining process .
And because there are continous 53 remote servers are there , these program fails in this situation .
In such situation , program suppose to inform about connection failed for remote server and it should connect to next remote server.
Please let me know is there is any solution for above problem .
OS : True64 UNIX
Programming Language : Informix 4gl 7.20 UE1
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 08:59 PM
08-12-2004 08:59 PM
Re: Informix 4gl program hanging
Hi Sameer
when you remove the network naturally all the connections will be lost hence the data transfer.
when the process is already running and if you disconnect, system wouldn't inform you of network connection. if you remove the network cable before starting the operation (data transfer)system would definately inform you about connection fail like other programs such as ftp,rcp does
when you remove the network naturally all the connections will be lost hence the data transfer.
when the process is already running and if you disconnect, system wouldn't inform you of network connection. if you remove the network cable before starting the operation (data transfer)system would definately inform you about connection fail like other programs such as ftp,rcp does
never give up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 11:29 PM
08-12-2004 11:29 PM
Re: Informix 4gl program hanging
If reading and understanding network programming handbooks you will get the information that TCP/IP will not detect automatically connection lost states.
So your connections will hang forever if not developed for "socket timeout" behaviours and signal handling. Keyword: TCP keepalive, socket() function call
UDP requires own mechanism to detect network outages.
So your connections will hang forever if not developed for "socket timeout" behaviours and signal handling. Keyword: TCP keepalive, socket() function call
UDP requires own mechanism to detect network outages.
Help() { FirstReadManual(urgently); Go_to_it;; }
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