Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Remoting / August 2003

Tip: Looking for answers? Try searching our database.

Why is Remoting better than Sockets ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
David Child - 28 Aug 2003 16:44 GMT
Why is Remoting better than Sockets ?
Andrew - 28 Aug 2003 18:39 GMT
Remoting is a tool you can use for cross-application domain communications
without worrying about networking specifics.  The remoting architecture
allows you to use an object in another domain (process, machine, etc...) as
if you actually had a reference to it locally (through it's proxy).  It
takes care of serializing/deserializing your data and marshalling and
unmarshalling your data types and you do not have to worry about things like
byte order and such, you work with objects.

If you wanted to do the same using sockets, you would have to develop your
own protocol or use something like RPC (remote procedure calls) or CORBA,
which are two technologies built on top of sockets that take care of
serializing/deserializing and marshalling/unmarshalling your data.  Remoting
is just another alternative depending on your needs.  You should also note
that a remoting channel does not neccessarily need to be implemented on top
of a socket.

> Why is Remoting better than Sockets ?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.