MarshalByRefObject



Hi all

I'm torn between implementing a webservice and using remoting. If I am not
mistaken here are a couple of things....

1) I should use remoting if I want to insert a channel sync that will
compress my data (it is verbose XML being passed back and forth)
2) I can host a remoting server in IIS.

but

3) If I use remoting and a MarshalByRefObject then the client will always
return to the same machine, effectively eliminating the ability to load
balance my requests.


Am I right or wrong about this?


Thanks

Pete


.



Relevant Pages

  • Re: Custom Serializable Objects
    ... I'm looking for a WebService solution. ... We have looked into Remoting but it ... custom object "Acme.BizObjects.Contract oContract". ... Acme.BizObjects.WS.Contract created by WSDL. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Verteilte Applikationen entwickeln..
    ... Warum kein WebService? ... Ich denke mit Remoting kann ich "normal" mit mein Bapi arbeiten als wäre die ... bestimmten bereich nach bedarf implementieren. ... ob eine verteilte Stuktur wirklich ...
    (microsoft.public.de.german.entwickler.dotnet.vb)
  • Re: Best way to communicate over net?
    ... Well i would do this with a webservice ... Another way could be to use remoting however i feel that the web is more ... Internet, however I have no idea how to go about this. ... (not scanning an ftp directory on intervals). ...
    (microsoft.public.dotnet.languages.vb)
  • reg. remoting & webservices
    ... Am new to Remoting & WebService concepts. ... Dim VVoice As New VoicesObject.Voice ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: DCOM Beispiel
    ... > Ich möchte sozusagen ohne Host Komponente auskommen, ... > Just In Time Aktivierung benutzen. ... > zwischen Remoting und DCOM. ... Aktivierung ist über Remoting möglich und über WebService die übliche ...
    (microsoft.public.de.german.entwickler.dotnet.vb)

Loading