I want to know what are the different technologies available for communication among software components distributed across networked computers? And which is the recent and popular one.
Asked
Active
Viewed 185 times
-3
-
It would be easier to provide some options if you could explain the application purpose (what kind of data needs to be communicated, and what kind of technology connects those networked computers) – Bruno Flávio Aug 19 '11 at 09:14
-
this questions isn't useful and the user did not take care about. – tuergeist Nov 18 '11 at 21:51
1 Answers
0
It depends on the kind of your software (embedded or enterprise) and on the domain you're working on.
I would consider the following technologies:
- SOAP
- CORBA
- Protobuf (or Thrift) over socket

Daniele Pallastrelli
- 2,430
- 1
- 21
- 37