Re: distributed computing choices
- From: tstrufe <thorsten.strufe@xxxxxxxxxxxxx>
- Date: Fri, 30 Sep 2005 11:34:35 +0200
Dear APNGSS@xxxxxxxxx,
apngss@xxxxxxxxx wrote:
When an application needs to get information from another machine over the network, how many distributed computing choices out there?
the answer to the question will have to be: converging to an infinite amount
Here are the choices I know of, classifying by different programming languages
HTTP (any??)
RPC (C, C++) .NET (Microsoft) COM+ (Microsoft) RMI (Java) CORBA (any) EJB (Java) SOAP (any ??)
MOM (any ??)
You're mixing up things here. There are protocols (e.g. http), communication models (e.g. remote procedure call/ remote method invocation) and implementations (e.g. sunRPC/DCE-RPC, .Net, COM, CORBA, JavaRMI etc.).
Have a look in <your-favourite-book-on-distributed-systems> (e.g. Colouris Dollimore Kindberg), which will help... ;-)
HTH,
Thorsten
-- Dipl.-Inf. Thorsten Strufe +49(0)3677-694552, CC 440 Fachgebiet Telematik Institut Praktische Informatik Technische Universität Ilmenau http://www-ia.tu-ilmenau.de/telematik Sartre:Begehe keine Dummheit zweimal, die Auswahl ist doch groß genug! .
- Prev by Date: Re: *Real* Distributed Computing
- Next by Date: Re: Distributed file system
- Previous by thread: A general question on RPC
- Index(es):
Relevant Pages
|