On Fri, 24 Nov 2006 03:35:57 -0600, Denis Gäbler <[EMAIL PROTECTED]> wrote:
>... >However, removing the gethostbyname() call from the program did solve the >problem. If the application is using IP addresses the access to the TCPIP >datasets is not required anymore. >... That worked this time, but you *will* run into this problem again (unless this is the last TCP/IP application your shop is ever going to implement). You now a symptom, a whole thread of explanations and suggestions, and a lack of emergency. Sounds like a good time to work on a solution that does not involve removing removing a function call. The next time you run into this the gethostbyname (or ...byaddr, or whatever) will be required. Pat O'Keefe ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

