Thread Question
I have a client application that I want (behind the scenes) to check
and make sure a remote host is up (i.e. by ping or TCP connect). I'm
assuming that, since I want this to go on "unknowingly" to the user,
that I would put this in a thread. My question is, how would I go
about creating the thread? I have seen examples that used classes, and
other examples that just called one thread start command - when should
you use one over another? Thanks in advance.
Doug
.
Relevant Pages
- Re: Thread Question
... and make sure a remote host is up (i.e. by ping or TCP connect). ... thread start command". ... (comp.lang.python) - Re: Cisco 837 Easy VPN Server
... !this could help for tcp connections if any firewalls are on the path since ... Also try with this in global config mode: ... Igor ... > is 64-byte ping so I don't think that this is MTU issue, ... (comp.dcom.sys.cisco) - Re: TCP/IP Question
... What is the gateway and interface if you ping the local address as ... there is nothing in the question about network connectivity. ... Only that the protocol installation succeeded. ... > proper procedure is to ping the remote host - nay to access a remote ... (microsoft.public.cert.exam.mcse) - Re: TCP/IP Question
... > anything about being able to connect to a network device. ... > determine if TCP/IP is installed correctly. ... proper procedure is to ping the remote host - nay to access a remote ... why not ping the local address. ... (microsoft.public.cert.exam.mcse) - Re: TCP/IP Question
... >> anything about being able to connect to a network device. ... >proper procedure is to ping the remote host - nay to access a remote ... this idea of installing network protocols implies a network card - ... >why not ping the local address. ... (microsoft.public.cert.exam.mcse) |
|