T
Tim
Hi,
I have developed a windows forms application that works fine on a single
thread. Part of the requirements of this app is that it monitors the
status of a couple of services.
So I think that the best way to do this is on a separate thread. It will
check every 60 seconds or so to make sure the services are still running.
First of all is this the best way? Second assuming that it is can
someone give me a nudge in the right direction as to how to implement
the thread?
Also, if my app starts a thread and then later the app is terminated
will the second thread be terminated implicitly or do I have to
explicitly do something?
Thanks
Tim
I have developed a windows forms application that works fine on a single
thread. Part of the requirements of this app is that it monitors the
status of a couple of services.
So I think that the best way to do this is on a separate thread. It will
check every 60 seconds or so to make sure the services are still running.
First of all is this the best way? Second assuming that it is can
someone give me a nudge in the right direction as to how to implement
the thread?
Also, if my app starts a thread and then later the app is terminated
will the second thread be terminated implicitly or do I have to
explicitly do something?
Thanks
Tim