Long run process with progress notification
Tech-Archive recommends: Fix windows errors by optimizing your registry
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?
Thank you very much!!!
.
Relevant Pages
- Re: Synchronized objects
... > proxies to remote objects and the appropriate one to use depends on how ... > plan to use the object in your clients and on your server. ... > 1) Does every client that connects need to access the same Foo instance ... (microsoft.public.dotnet.framework.remoting) - Re: lost responsiveness
... > objects are in the same dll. ... > the host runs with all the responsiveness. ... > when the existing clients try to access one of the 4 remote objects again, ... > try to run an additional client. ... (microsoft.public.dotnet.framework.remoting) - Re: remoting & security.
... authentication of clients you might want to host your remote objects in IIS. ... object of the client. ... Sam Santiago ... (microsoft.public.dotnet.framework.remoting) - Re: .NET Remoting - client development/design-time and run-time requirements
... Service on my remote server. ... proxy object and the remote objects aren't instantiated on the server until ... My client is a hybrid ASP/ASP.NET ... remote object to take an additional, optional parameter. ... (microsoft.public.dotnet.framework.remoting) - lost responsiveness
... i have a console program that is hosting 9 remote objects. ... the host runs with all the responsiveness. ... try to run an additional client. ... (microsoft.public.dotnet.framework.remoting) |
|