Dynamic Publication

  • Thread starter Thread starter ChamithSri
  • Start date Start date
Check out these links:

..NET Remoting Architectural Assessment
http://msdn.microsoft.com/library/d...dndotnet/html/dotnetremotearch.asp?frame=true

Here's an excerpt:

" This is a type of server activation that offers more control over object
construction by providing a programmatic publication mechanism. This allows
for publishing a particular object at a particular URL, optionally with a
parameterized constructor. Architecturally this should be viewed as a subtle
variant of a server-activated Singleton type."

and

Remoting Example: Dynamic Publication
http://msdn.microsoft.com/library/d...ml/cpconremotingexampledynamicpublication.asp

and

RemotingServices.Marshal method:
http://msdn.microsoft.com/library/d...otingservicesclassmarshaltopic.asp?frame=true

Thanks,

Sam

--
_______________________________
Sam Santiago
(e-mail address removed)
http://www.SoftiTechture.com
_______________________________
 
Back
Top