Sayonara
01-21-2005, 09:18 AM
Hello all.
I want to be able to check a remote site exists and is responding to requests.
I know about gethostbyname() - that checks the DNS records rather than the remote server. What I need is some sort of ping function, but beyond a vague idea that sockets might be involved I'm not sure how to do it.
Any pointers would be great :thumbsup:
I want to be able to check a remote site exists and is responding to requests.
I know about gethostbyname() - that checks the DNS records rather than the remote server. What I need is some sort of ping function, but beyond a vague idea that sockets might be involved I'm not sure how to do it.
Any pointers would be great :thumbsup: