Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JustFillingIn

    How do I check if a web service is running?

    Thank you Dian. I receieved a compile error when I used the suggested code, so there may be a header file that I am missing. Here are the ones I am using. #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/time.h> #include <netinet/in.h> #include <unistd.h>...
  2. JustFillingIn

    How do I check if a web service is running?

    The web service is running on one of our network servers.
  3. JustFillingIn

    How do I check if a web service is running?

    I am calling a web service using a socket call. I want to prevent my client app from 'hanging' until the socket call times out if the service is not running. The app is working fine if the service is running. //Create the Socket sockfd = socket(AF_INET, SOCK_STREAM, 0); if...

Part and Inventory Search

Back
Top