all groups > dotnet remoting > august 2005 >
You're in the

dotnet remoting

group:

Long run process with progress notification


Long run process with progress notification Barry
8/20/2005 4:26:01 AM
dotnet remoting:
I'm writing remoting project, client is a windows form application and remote
objects are hosted on IIS. Some of the methods of remote objects would
consume long time no run, I want to show the progress or state of the process
on the client side to notify the client about the progress.

I've no ideas how to perform the notification, could anyone give me some
ideas and suggestion?

Re: Long run process with progress notification Metallikanz!
8/20/2005 10:43:03 PM
Instead of notifying the client, the client should periodically connect =
to the server and get the progress, this can be done using a timer from =
the client. Since, you are going to maintain state I assume your remote =
type is implemented as a CAO.

HTH, Metallikanz!



[quoted text, click to view]
AddThis Social Bookmark Button