Writing Status of Remote Execution to Status Box
From: WildHare (kingsley_at_siva.com)
Date: 05/13/04
- Next message: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Previous message: Sunny: "Re: Config File for remoting."
- Next in thread: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Reply: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 13 May 2004 14:48:35 -0400
I have written two windows Apps, one client (to send tasks) and one server
(to execute those tasks). In both apps there is a text box to which I want
to write the status of things. The two apps share a number of classes which
are used to execute the various tasks. These classes (and thus the tasks)
can be executed either directly by the server(by getting a instantiation of
the class and executing the desired method), or by connecting to the remote
object (in the server) and executing it there.
All the remote and local execution stuff works fine.
The problem comes when trying to get the status information from the
executed methods (tasks) to the text box in either the client app window or
the server app window.
Something in my knowledge is missing ... I need two be able to do two
things:
1) Send a text string to the host window app from the shared class.
2) Send a text string from the server back to the client windows app.
- Next message: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Previous message: Sunny: "Re: Config File for remoting."
- Next in thread: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Reply: Sunny: "Re: Writing Status of Remote Execution to Status Box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|