Dynamic Publication

  • Thread starter Thread starter ChamithSri
  • Start date Start date
C

ChamithSri

Hi,

What is meant by Dynamic Publication in .net Remoting?

Thanks,

Chamith
 
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
_______________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top