Hi,
I want to have a GUI program on the server to monitor the activity of the remote object. One approach is activate it in one thread and put a semaphore for making it alive. Then in the main thread, make an instance of this object and register to a specific event for getting internal information.
Is it a right way?
Thanks in advance for any reply
Alan
Allen Anderson - 31 Jan 2004 03:28 GMT
If you just want to monitor a remote object from a gui app then you
can spin a second thread (like you mention) and let it report back to
the gui. You can set stats on GUI controls from secondary threads by
using Invoke and NeedsInvoke.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
>Hi,
>
[quoted text clipped - 4 lines]
>
>Alan