Re: Remoting Example on MSDN site - some help understanding it
From: Andreas Håkansson ("Andreas)
Date: 03/17/04
- Next message: C# Learner: "Enumerations"
- Previous message: Andreas Håkansson: "Re: Calling destructor"
- In reply to: Krish: "Remoting Example on MSDN site - some help understanding it"
- Next in thread: Chris A. R.: "Re: Remoting Example on MSDN site - some help understanding it"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 02:02:54 +0100
In a remoting scenario you have a "host" for your remotable object. This
could be IIS or any other application such a console application or a
windows servicem listening on a pre defined tcp port.
When the client create a new instance of a remote object, the .NET
Framework checks the configuration settings for the application, and
determins how to retreive an instance of the object.
It find the information, and forwards the call to the "host" which then
creates the correct object using the correct activation mode. This is a
simplified description on how the remoting scenario works.
Hope this helps,
//Andreas
"Krish" <skrishnan@snet.net> skrev i meddelandet
news:87e66aa2.0403161421.2a7120f8@posting.google.com...
> I am working the examples given at the following location (msdn site)
>
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcompilingrunningbasicapplication.asp
>
> I have the Listener running, I have the client running, How do I
> understand
> this example, The listener is listening to what. usually isn;t it the
> client that is the listener, and server publishes data.
>
> Any inputs on how to understand this example or what it is doing
> greatly appreciated.
>
> Thanks
- Next message: C# Learner: "Enumerations"
- Previous message: Andreas Håkansson: "Re: Calling destructor"
- In reply to: Krish: "Remoting Example on MSDN site - some help understanding it"
- Next in thread: Chris A. R.: "Re: Remoting Example on MSDN site - some help understanding it"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|