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

dotnet remoting

group:

Server requesting a client


Server requesting a client MVB
5/26/2005 2:35:12 PM
dotnet remoting:
Hi

I have a client server application developed using .NEt remoting.
The client makes certain requests to the server and the server replies
back.This part works fine.
But I need another functionality too.
I want my server to send a signal to client periodically ,about some
changing statuses.The client does not know when the status is changing.The
server has to tell the client.
How can I achieve this scenario??
Any ideas/help would be appreciated.

Thanks and Regards
Re: Server requesting a client Roy Chastain
5/27/2005 12:00:00 AM
I might also suggest Ingo Rammer's book Advanced .NET Remoting. There are both C# and VB versions of the book. It has pretty
much the same info as the articles on codeproject, but it may do a better job of explaining the whys and wherefores and the
pitfalls.

[quoted text, click to view]

-------------------------------------------
Roy Chastain
KMSYS Worldwide, Inc.
RE: Server requesting a client Gerd Klevesaat
5/27/2005 3:25:03 AM
Hi,

In this case the roles are changing. The client will be the server and the
server will be the client. In other words, the client has to define a remote
(MarshalByRefObject) object which will be called back by the server.

Perhaps, some links may help you:
http://www.codeproject.com/csharp/RemotingAndEvents.asp
http://www.codeproject.com/csharp/csRemoteEvents1.as
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpsamples/html/remoting_events_technology_sample.asp

Gruss
Gerd




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